diff options
Diffstat (limited to 'world/map/npc/functions/gm_island.txt')
-rw-r--r-- | world/map/npc/functions/gm_island.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/functions/gm_island.txt b/world/map/npc/functions/gm_island.txt index 50fe9c8c..ab05a0ac 100644 --- a/world/map/npc/functions/gm_island.txt +++ b/world/map/npc/functions/gm_island.txt @@ -17,6 +17,7 @@ function|script|GmWarp if ($@GM_EVENT_WARP == 4) warp "001-3", 0, 0; if ($@GM_EVENT_WARP == 5) warp "070-1", 30, 92; if ($@GM_EVENT_WARP == 6) warp "070-3", 60, 63; + if ($@GM_EVENT_WARP == 7) warp "003-1", 44, 73; return; } function|script|GmDebug @@ -36,7 +37,8 @@ L_GmChoose: "GM Island (cave)", L_GmStart, "Tulimshar Arena", L_GmStart, "Underworld", L_GmStart, - "The Abyss", L_GmStart; + "The Abyss", L_GmStart, + "2006 Tulimshar", L_GmStart; L_GmStart: set $@GM_EVENT_WARP, @menu; |