diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 15:30:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 15:30:35 -0300 |
commit | b4962af132b418e50192ab29995bce395278f697 (patch) | |
tree | fe90a68410223dd31a8b944cba9d0483dfc10fff /npc/003-1/well.txt | |
parent | c15e87400250ec05711441be4f8c4984c8a583c0 (diff) | |
download | serverdata-b4962af132b418e50192ab29995bce395278f697.tar.gz serverdata-b4962af132b418e50192ab29995bce395278f697.tar.bz2 serverdata-b4962af132b418e50192ab29995bce395278f697.tar.xz serverdata-b4962af132b418e50192ab29995bce395278f697.zip |
TODO: Rename CasinoCoins to CasinoCoin (consistency)
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r-- | npc/003-1/well.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index fcfc1e59f..e268cc1a4 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -27,8 +27,8 @@ getitem StrangeCoin, 1; mes l("##9Hey wait... Your coin turned on a @@!", getitemlink(StrangeCoin)); } else if (.@n <= 50) { - getitem CasinoCoin, 1; - mes l("##9Hey wait... Your coin turned on a @@!", getitemlink(CasinoCoin)); + getitem CasinoCoins, 1; + mes l("##9Hey wait... Your coin turned on a @@!", getitemlink(CasinoCoins)); } else if (.@n <= 100) { Zeny=Zeny+2; mes col("Hey wait... You found 2 GP!", 9); |