From 5f686a30412eefcfaebbd1fe72e83dcaca21ce19 Mon Sep 17 00:00:00 2001 From: Lupus Date: Sun, 8 Jun 2008 12:53:48 +0000 Subject: 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 --- npc/other/Global_Functions.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/other/Global_Functions.txt') 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; } -- cgit v1.2.3-60-g2f50