diff options
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/ayothaya.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/ayothaya.txt b/npc/cities/ayothaya.txt index e05cf8e40..29c824404 100644 --- a/npc/cities/ayothaya.txt +++ b/npc/cities/ayothaya.txt @@ -91,9 +91,9 @@ ayothaya,152,68,1 script Aibakthing#ayo2 843,{ 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)) - warp "alberta",238,22; - else warp "alberta",235,45; + else + warp "alberta",238,22; end; } mes "[Aibakthing]"; |