From e43844e004b47367eb3b4da1a97bfd5f54b24754 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Fri, 26 Jul 2019 01:17:53 -0300
Subject: Clean Up inc_sc_bonus player variables. Wait, we have a function now.
 Why are we using a NPC event?!

---
 npc/items/inc_sc_bonus.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/npc/items/inc_sc_bonus.txt b/npc/items/inc_sc_bonus.txt
index 32aeec6a0..98e4ca104 100644
--- a/npc/items/inc_sc_bonus.txt
+++ b/npc/items/inc_sc_bonus.txt
@@ -61,6 +61,10 @@ function	script	SC_Bonus	{
 -	script	inc_sc_bonus	-1,{
 OnUse:
     SC_Bonus(@delay, @type, @min, @max);
+    @delay=0;
+    @type=0;
+    @min=0;
+    @max=0;
     end;
 }
 
-- 
cgit v1.2.3-70-g09d2