diff options
-rw-r--r-- | npc/functions/refine.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 570570fb8..cbf6a96ca 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -99,13 +99,6 @@ function script refineMaster { close; // Anti-Crazyfefeâ„¢ System - // Item is gone, 100% warranted cheater - if (countitem(.@item) < .@amount) { - mesn; - mesc l("All cheaters must die."), 1; - percentheal -100, -100; - close; - } // No money if (Zeny < .@price) { mesn; |