diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 09:27:15 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 09:27:15 +0000 |
commit | eafe35a5fe75ddef4ac085c6296721fd3377c080 (patch) | |
tree | 6167ceda1ad355ec9e33dd22a35335ed8b97986f /npc/other/Global_Functions.txt | |
parent | f4e6b07bfcbaaf93f15e606ce1a64acf50d14c1b (diff) | |
download | hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.tar.gz hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.tar.bz2 hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.tar.xz hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.zip |
updated gunslinger quest/ updated 2006 headgears. fixed lighthalzen quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7996 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r-- | npc/other/Global_Functions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index fec53aa9c..8ffb48686 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -63,7 +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;
+ set GUNS_Q,0;
return;
}
|