DB Update / Misc fix

This commit is contained in:
hondacrx
2022-10-05 16:21:33 -04:00
parent 86fa768ef3
commit 2bba8aeb99
2 changed files with 669 additions and 3 deletions
-3
View File
@@ -185,9 +185,6 @@ namespace Game
if (creature.IsAlive())
return false;
if (creature.GetGUID() == _mainLootTarget)
return false;
if (!_looter.IsWithinDist(creature, LootDistance))
return false;