peq-quests/dranikcatacombsb/player.lua
hg 90b14c8397 Use expedition system for dranik expeditions
Make catacombs and sewer doors use dz system
2020-12-28 18:48:50 -05:00

6 lines
177 B
Lua

function event_click_door(e)
local door_id = e.door:GetDoorID();
if (door_id == 2) then
e.self:MovePC(336, -292.75, 1010.79, -79.79, 256); -- Zone: dranik
end
end