Misc Fixes

This commit is contained in:
hondacrx
2019-08-17 14:03:21 -04:00
parent 701a26e208
commit 58b142f26e
5 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -6585,7 +6585,7 @@ namespace Game.Entities
m_AELootView[loot.GetGUID()] = guid;
if (loot_type == LootType.Corpse && !guid.IsItem())
SetUnitFlags(UnitFlags.Looting);
AddUnitFlag(UnitFlags.Looting);
}
else
SendLootError(loot.GetGUID(), guid, LootError.DidntKill);