From a4d0f908f52d97144622d077d9080c34ff6e4a65 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 Mar 2020 13:33:35 -0300 Subject: Fix a non-fatal typo on refine --- npc/functions/refine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 1498e130c..82ea3ca50 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -100,7 +100,7 @@ function script refineMaster { // Anti-Crazyfefeâ„¢ System // Item is gone, 100% warranted cheater - if (countitem(.@item) < 1) { + if (countitem(.@item) < .@amount) { mesn; mesc l("All cheaters must die."), 1; percentheal -100, -100; -- cgit v1.2.3-60-g2f50