diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-30 09:25:00 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-30 09:25:00 +0000 |
commit | 0f19650502bb6fd268841d0faba9a4c581aab0ee (patch) | |
tree | 282b53749f931ed4c75f3ec39508ae12591ce596 /npc/other/Global_Functions.txt | |
parent | 7f024c8c6073c4fa1a4130c499a7f783e5a55ca1 (diff) | |
download | hercules-0f19650502bb6fd268841d0faba9a4c581aab0ee.tar.gz hercules-0f19650502bb6fd268841d0faba9a4c581aab0ee.tar.bz2 hercules-0f19650502bb6fd268841d0faba9a4c581aab0ee.tar.xz hercules-0f19650502bb6fd268841d0faba9a4c581aab0ee.zip |
updated gunslinger job quest/ fixed louyang bug
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7976 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r-- | npc/other/Global_Functions.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index d6a8eb869..fec53aa9c 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 2.02
+//= 2.03
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -24,6 +24,7 @@ //= 2.0 Fixed F_Save/LoadQuestSkills functions. Had to split in into 2 vars [Lupus]
//= 2.01 Added $talk to F_ClearGarbage [Evera]
//= 2.02 Added $dtsglobalelig and $dts|(1<<6) to F_ClearGarbage [Evera]
+//= 2.03 Added Gunslinger vars to F_ClearJobVar [Lupus]
//============================================================
@@ -62,6 +63,7 @@ function script F_ClearJobVar { set TAEK_Q,0;
set STGL_Q,0;
set SOUL_Q,0;
+ set GUNS_Q,0; set GUNS_Q2,0;
return;
}
|