diff options
Diffstat (limited to 'npc/cities/alberta.txt')
-rw-r--r-- | npc/cities/alberta.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index ae3c5898f..0522470bc 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -495,6 +495,7 @@ M_Menu: next;
mes "^5555FF(~choo~choooo~)^000000";
next;
+ if(Zeny < 10000) goto sL_Zeny;
set Zeny, Zeny - 10000;
warp "tur_dun01.gat",154,39;
close;
|