mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
4 lines
162 B
Lua
4 lines
162 B
Lua
function event_enter_zone(e)
|
|
local client = eq.get_entity_list():GetClientByID(e.self:GetID());
|
|
client:MovePC(22, -144, -1543, 2, 244); -- Zone: ecommons
|
|
end
|