19 lines
163 B
Lua
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 |