diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-11 19:58:53 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-11 19:58:53 +0000 |
commit | fe4e7f2ec610b172203d2beb5df7435ec45b1cdd (patch) | |
tree | 9d8a42d4108075d5e4b94afed2eee6a57505c39f /npc/cities/alberta.txt | |
parent | 11835d127f26df6638493c45a7c5e090668430ae (diff) | |
download | hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.gz hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.bz2 hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.xz hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.zip |
bunch of updates..
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;
|