diff options
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 559e13266..2ead3a1c7 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -37,7 +37,7 @@ function script F_ClearJobVar { set job_archer_q,0;
set job_magician_q,0;
set job_merchant_q,0; set job_merchant_q2,0; set job_merchant_q3,0;
- set job_sword_q,0; set job_sword_q2,0; set SWTEST, 0;
+ set job_sword_q,0; set SWTEST, 0;
set job_thief_q,0;
// Super Novice
set SUPNOV_Q,0;
|