Files
Leviathan/GameServer/Resource/script/Dungeons/RemainsOfAncient.lua
T
2026-06-01 12:46:52 +02:00

19 lines
163 B
Lua

-- Remains of the Ancients module
function roa_entrance_portal( idx )
if idx == 1 then -- Enter
enter_dungeon(121100)
else -- Exit
end
end