[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;