diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 10:35:19 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 10:35:19 +0000 |
commit | 373bd27fd29189f7e387b11021bbd9e15fa6468c (patch) | |
tree | 5fb3917f0d899c4bfae31827c7fcc9194760bbf4 /npc/other | |
parent | c396a443e73dacaeed338c023b8393d6c2949d18 (diff) | |
download | hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.tar.gz hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.tar.bz2 hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.tar.xz hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.zip |
optimized some quests vars
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6839 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-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 5725b1c0c..b064d538b 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -47,7 +47,7 @@ function script F_ClearJobVar { set WIZ_Q,0; set WIZ_Q2,0;
// 2-2 Jobs ------------------------------
set ROGUE_Q,0; set ROGUE_Q2,0;
- set ALCH_Q,0; set ALCH_Q2,0; set al_morgen,0;
+ set ALCH_Q,0; set ALCH_Q2,0;
set CRUS_Q,0;
set MONK_Q,0; set JOB_MONK_C,0;
set SAGE_Q,0; set SAGE_Q2,0;
|