[Bug Fix] Remove Unnecessary Attack Log (#2643)

# Notes
- This log fires every time for no reason.
This commit is contained in:
Alex King
2022-12-14 17:31:28 -05:00
committed by GitHub
parent 89ba1270d9
commit bca04b969f
-2
View File
@@ -2785,8 +2785,6 @@ bool NPC::Death(Mob* killer_mob, int64 damage, uint16 spell, EQ::skills::SkillTy
}
#endif
LogInfo("[Attack] Should have attempted to do OOS check");
WipeHateList();
p_depop = true;