diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/035-2/koga.txt | 6 | ||||
-rw-r--r-- | world/map/npc/036-2/koga-candor.txt | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/world/map/npc/035-2/koga.txt b/world/map/npc/035-2/koga.txt index d54e3e27..26ed2528 100644 --- a/world/map/npc/035-2/koga.txt +++ b/world/map/npc/035-2/koga.txt @@ -2,12 +2,6 @@ 035-2,39,29,0|script|#KogaExit|45,0,1 { - mes "Disembark the ferry for "+$@MainDocks$[$@MainCurrentDock]+"?"; - menu - "Yes.", L_Leave, - "Nevermind", L_Close; - -L_Leave: if ($@MainCurrentDock == 0) goto L_Hurnscald; if ($@MainCurrentDock == 1) diff --git a/world/map/npc/036-2/koga-candor.txt b/world/map/npc/036-2/koga-candor.txt index 8aee6be3..9477d056 100644 --- a/world/map/npc/036-2/koga-candor.txt +++ b/world/map/npc/036-2/koga-candor.txt @@ -2,12 +2,6 @@ 036-2,39,29,0|script|#KogaCandorExit|45,0,1 { - mes "Disembark the ferry for "+$@CandorDocks$[$@CandorCurrentDock]+"?"; - menu - "Yes.", L_Leave, - "Nevermind", L_Close; - -L_Leave: if ($@CandorCurrentDock == 0) goto L_Candor; if ($@CandorCurrentDock == 1) |