diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-31 22:13:00 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-31 22:13:00 +0000 |
commit | fb10d4b4a1cf11daf0be70c2c03ca12358b22fbe (patch) | |
tree | a9b5bc2168d681f851b4cf9b60b7d5e551eae52f /npc/jobs/3-1/warlock.txt | |
parent | 72c4b91d210c6b8885033896d7b6e31b1baa5bc6 (diff) | |
download | hercules-fb10d4b4a1cf11daf0be70c2c03ca12358b22fbe.tar.gz hercules-fb10d4b4a1cf11daf0be70c2c03ca12358b22fbe.tar.bz2 hercules-fb10d4b4a1cf11daf0be70c2c03ca12358b22fbe.tar.xz hercules-fb10d4b4a1cf11daf0be70c2c03ca12358b22fbe.zip |
- Fixed parenthesis check in most 3rd job change quests. bugreport:5883
- Partially rewrote Rune Knight job change quest. bugreport:5881
- Follow up r16180 where i forgot to rename some Warper NPC from Mina to Warp Agent.
- Fixed some comodo quest typos. bugreport:5882
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16192 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/3-1/warlock.txt')
-rw-r--r-- | npc/jobs/3-1/warlock.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/3-1/warlock.txt b/npc/jobs/3-1/warlock.txt index 7a0f35fa9..aef2df846 100644 --- a/npc/jobs/3-1/warlock.txt +++ b/npc/jobs/3-1/warlock.txt @@ -39,7 +39,7 @@ OnTouch: close; } } - if (BaseLevel > 94 && Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){ + if ((BaseLevel > 94) && (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard)){ mes " - There is a strange distortion here - "; next; switch(select( "Search the area.:Ignore it.")){ |