diff options
Diffstat (limited to 'npc/cities/yuno.txt')
-rw-r--r-- | npc/cities/yuno.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/yuno.txt b/npc/cities/yuno.txt index 8ecc4910b..cda19d322 100644 --- a/npc/cities/yuno.txt +++ b/npc/cities/yuno.txt @@ -367,10 +367,10 @@ yuno,142,183,5 script Airship Representative 4W_SAILOR,{ next; switch(select("Prontera:Izlude:Geffen:Morroc:Payon:Alberta:Comodo:Cancel")) { case 1: callsub S_Warp,"prontera",116,72; - case 2: if (checkre(0)) callsub S_Warp,"izlude",128,98; else callsub S_Warp,"izlude",94,103; + case 2: if (RENEWAL) callsub S_Warp,"izlude",128,98; else callsub S_Warp,"izlude",94,103; case 3: callsub S_Warp,"geffen",120,39; case 4: callsub S_Warp,"morocc",156,46; - case 5: if (checkre(0)) callsub S_Warp,"payon",162,59; else callsub S_Warp,"payon",69,100; + case 5: if (RENEWAL) callsub S_Warp,"payon",162,59; else callsub S_Warp,"payon",69,100; case 6: callsub S_Warp,"alberta",117,56; case 7: callsub S_Warp,"comodo",209,143; case 8: close; |