summaryrefslogtreecommitdiff
path: root/npc/other/Global_Functions.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-08 12:53:48 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-08 12:53:48 +0000
commit5f686a30412eefcfaebbd1fe72e83dcaca21ce19 (patch)
treeee3575ea28658b25e20c89f5e2378bf338ea9092 /npc/other/Global_Functions.txt
parent72827801e909d4d1fc797a82f87d0180f326b5d1 (diff)
downloadhercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.tar.gz
hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.tar.bz2
hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.tar.xz
hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.zip
fixed 4 bugs in Blacksmith job quest, put some garbage var to clear. Fixed a typo in Bard Job q
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12791 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r--npc/other/Global_Functions.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index a5736fe77..260a1f755 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 2.12
+//= 2.13
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -35,6 +35,7 @@
//= 2.10a Removed function F_CheckMaxCount. Not needed. [L0ne_W0lf]
//= 2.11 Updated function Job_Change to jobchange based on Upper value. [Paradox924X]
//= 2.12 Added more unused vars to F_ClearGarbage [Lupus]
+//= 2.13 Added more unused vars to F_ClearGarbage [Lupus]
//============================================================
@@ -94,6 +95,9 @@ function script F_ClearGarbage {
set RES_SKILL,0;
//Here you put outdated variables from your outdated EVENTS
//e.g. Is XMAS done? Add the EVENT var clearing code here.
+
+ //due to bugs in BS quest:
+ set wizard_m2,0;
return;
}