diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-04-10 00:16:06 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-04-10 00:16:06 +0000 |
commit | 31f066e114c9d10f0e1b8257a524d2779736261a (patch) | |
tree | b910bc891b711604c1bf0c5a6b9a65c9cfe7cc53 /npc/quests/obb_quest.txt | |
parent | 01871e7fbbae3be42b08c2ed47d918a195ede3d3 (diff) | |
download | hercules-31f066e114c9d10f0e1b8257a524d2779736261a.tar.gz hercules-31f066e114c9d10f0e1b8257a524d2779736261a.tar.bz2 hercules-31f066e114c9d10f0e1b8257a524d2779736261a.tar.xz hercules-31f066e114c9d10f0e1b8257a524d2779736261a.zip |
- Fixed a comparison check in OBB quest. (bugreport:4167)
- Fixed the equipment position numbers displayed by @refine. (bugreport:4173)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14281 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/obb_quest.txt')
-rw-r--r-- | npc/quests/obb_quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index 7d9a0e63f..c0524340c 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -1845,7 +1845,7 @@ comodo,68,195,0 script Old Man#thai 120,{ } moc_ruins,107,62,0 script Tommy#thai 716,{ - if (thai_head == 6 && thai_head == 11) { + if (thai_head >= 6 && thai_head <= 11) { switch(thai_head) { case 6: mes "[Tommy]"; |