diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-31 09:11:38 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-31 09:11:38 +0000 |
commit | 57c2a527907c73e1615fab2834d7e8a97ef08592 (patch) | |
tree | 5611d95505f70892707762be7b728d33586b5f85 /npc/other | |
parent | f8251050996d8a3ba6de4d75e1f1adf9e8a97113 (diff) | |
download | hercules-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')
-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 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; |