diff options
Diffstat (limited to 'npc/cities/ayothaya.txt')
-rw-r--r-- | npc/cities/ayothaya.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/ayothaya.txt b/npc/cities/ayothaya.txt index a8a114d2d..db1a47a31 100644 --- a/npc/cities/ayothaya.txt +++ b/npc/cities/ayothaya.txt @@ -91,7 +91,7 @@ ayothaya,152,68,1 script Aibakthing#ayo2 4_M_THAIONGBAK,{ mes "[Aibakthing]"; mes "You will be welcome to come back whenever you please. I hope that we will see each other again sometime soon. Thank you~"; close2; - if (checkre(0)) + if (RENEWAL) warp "alberta",235,45; else warp "alberta",238,22; |