diff options
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]"; |