From 8e40c3c7ed7a94cad0ee1631930b4b9144093459 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 12 Jan 2019 21:10:37 -0200 Subject: Fix a bug on TMW-2 Day --- npc/functions/daily.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index b64607db8..c7104e45b 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -108,7 +108,7 @@ function script daily_login_bonus_handler { // Therefore, contributors get an extra reward .@m=htget($@CONTRIBUTORS, strtolower(strcharinfo(0)), 0); if (.@m) - getitem StrangeCoin, max(9, .@m/100)+1; + getitem StrangeCoin, min(9, .@m/100)+1; dispbottom "##B##2"+l("It's TMW2 Project anniversary!")+" "+l("We thank every developer which helped this project thus far!")+"##b##0"; } } -- cgit v1.2.3-70-g09d2