From a3f19a8416c1aced8546e887248350698b730827 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Feb 2019 23:54:38 -0300 Subject: Fix money duplication bug. (Reported by Xanthem) --- npc/020-4/gambler.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/020-4') diff --git a/npc/020-4/gambler.txt b/npc/020-4/gambler.txt index 446d235a1..5093c0c3f 100644 --- a/npc/020-4/gambler.txt +++ b/npc/020-4/gambler.txt @@ -111,7 +111,7 @@ L_Spin: getitem GoldenGift, 1; mesc l("Your current win streak is @@!", @gambler_winstreak); $XAN_BETS=$XAN_BETS+1; - Zeny+=Zeny+min((@gambler_winstreak*2), 40); + Zeny+=min((@gambler_winstreak*2), 40); } else { .@bypass=0; } -- cgit v1.2.3-60-g2f50