Issue information

Issue ID
#4167
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 3, 2010 19:19
Last Post
Hercules Elf Bot
Mar 5, 2012 15:03
Confirmation
N/A

Hercules Elf Bot - Apr 3, 2010 19:19

Originally posted by [b]Blackthunder[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4167

CODE
moc_ruins,107,62,0    script    Tommy#thai    716,{
    if (thai_head == 6 && thai_head == 11) {

should be
CODE
    if (thai_head == 6 || thai_head == 11) {