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 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;
}
|