Fix build.

This commit is contained in:
hondacrx
2021-03-29 17:47:28 -04:00
parent 6b455863b5
commit 10a939587f
2 changed files with 111 additions and 1 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ namespace Game
loot.RemoveLooter(player.GetGUID());
}
void DoLootReleaseAll()
public void DoLootReleaseAll()
{
Dictionary<ObjectGuid, ObjectGuid> lootView = _player.GetAELootView();
foreach (var lootPair in lootView)