From 31f066e114c9d10f0e1b8257a524d2779736261a Mon Sep 17 00:00:00 2001 From: brianluau Date: Sat, 10 Apr 2010 00:16:06 +0000 Subject: - 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 --- npc/quests/obb_quest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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]"; -- cgit v1.2.3-60-g2f50