diff options
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r-- | npc/functions/clear_vars.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index a3ca5b5f..07f05247 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -79,4 +79,9 @@ L_Fix_Full: set zeny, zeny + #BankAccount; set #BankAccount, 0; return; +//Tulimshar and Mine Variables + set Scorp, 0; + set Bugleg, 0; + set ChestQuest, 0; + } |