diff options
Diffstat (limited to 'world/map/npc/036-2/koga-candor.txt')
-rw-r--r-- | world/map/npc/036-2/koga-candor.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/036-2/koga-candor.txt b/world/map/npc/036-2/koga-candor.txt index 555fbec5..3b9fd932 100644 --- a/world/map/npc/036-2/koga-candor.txt +++ b/world/map/npc/036-2/koga-candor.txt @@ -11,15 +11,15 @@ L_Leave: if ($@CandorCurrentDock == 0) goto L_Candor; if ($@CandorCurrentDock == 1) - goto L_Tulimshar; + goto L_Hurnscald; goto L_Close; -L_Tulimshar: - warp "022-1.gat", 60, 33; +L_Hurnscald: + warp "008-1.gat", 137, 75; goto L_Close; L_Candor: - warp "029-1.gat", 25, 37; + warp "029-1.gat", 46, 109; goto L_Close; L_Close: |