mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
161 B
Lua
7 lines
161 B
Lua
--corpse camps
|
|
|
|
function event_combat(e)
|
|
if not e.joined then
|
|
e.self:SaveGuardSpot(e.self:GetX(),e.self:GetY(), e.self:GetZ(), e.self:GetHeading());
|
|
end
|
|
end
|