Misc fixes

This commit is contained in:
hondacrx
2021-11-02 13:24:16 -04:00
parent 9edca0bd50
commit 0e1eeba55a
6 changed files with 6 additions and 48 deletions
-1
View File
@@ -659,7 +659,6 @@ namespace Game.Combat
void fillSharedPacketDataAndSend(dynamic packet)
{
packet.UnitGUID = _owner.GetGUID();
packet.ThreatList.reserve(_sortedThreatList.Count);
foreach (ThreatReference refe in _sortedThreatList)
{