summaryrefslogtreecommitdiff
path: root/npc/other/Global_Functions.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-31 09:11:38 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-31 09:11:38 +0000
commit57c2a527907c73e1615fab2834d7e8a97ef08592 (patch)
tree5611d95505f70892707762be7b728d33586b5f85 /npc/other/Global_Functions.txt
parentf8251050996d8a3ba6de4d75e1f1adf9e8a97113 (diff)
downloadhercules-57c2a527907c73e1615fab2834d7e8a97ef08592.tar.gz
hercules-57c2a527907c73e1615fab2834d7e8a97ef08592.tar.bz2
hercules-57c2a527907c73e1615fab2834d7e8a97ef08592.tar.xz
hercules-57c2a527907c73e1615fab2834d7e8a97ef08592.zip
* Added the "F_BlockHigh" function back in, as it's still used by 2-x job quests.
- Fix the assassin job quest item reward bug. Cheap fix until it's rewritten. * Added official Pang Voice skill quest for bards. Further official 2-x skill quests to come. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10938 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r--npc/other/Global_Functions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index 1fb3dd5b6..4ecb028f5 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -55,7 +55,7 @@ function script F_ClearJobVar {
// Super Novice
set SUPNOV_Q,0;
// 2-1 Jobs ------------------------------
- set ASSIN_Q,0; set ASSIN_Q2,0;
+ set ASSIN_Q,0; set ASSIN_Q2,0; set ASSIN_Q3,0;
set BSMITH_Q,0; set BSMITH_Q2,0;
set HNTR_Q,0; set HNTR_Q2,0;
set KNIGHT_Q,0; set KNIGHT_Q2,0;