bug tracing on entity list mismatch

This commit is contained in:
neckkola
2022-01-25 23:16:33 -04:00
parent cf2c7060be
commit 478fa24a70
3 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -5048,10 +5048,10 @@ bool Bot::Death(Mob *killerMob, int32 damage, uint16 spell_id, EQ::skills::Skill
}
}
}
else
{
entity_list.RemoveBot(this->GetID());
}
// else
// {
entity_list.RemoveBot(this->GetID());
// }
return true;
}