diff options
-rw-r--r-- | world/map/npc/functions/gm_island.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/gm_island.txt b/world/map/npc/functions/gm_island.txt index ab05a0ac..3e1127c4 100644 --- a/world/map/npc/functions/gm_island.txt +++ b/world/map/npc/functions/gm_island.txt @@ -17,7 +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; + if ($@GM_EVENT_WARP == 7) warp "003-1", 44, 94; return; } function|script|GmDebug |