diff options
-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); |