mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
feat(Core/Object): Add helper to allow removing allowed looters (#16709)
This commit is contained in:
@@ -3167,3 +3167,8 @@ GuidUnorderedSet const& WorldObject::GetAllowedLooters() const
|
||||
{
|
||||
return _allowedLooters;
|
||||
}
|
||||
|
||||
void WorldObject::RemoveAllowedLooter(ObjectGuid guid)
|
||||
{
|
||||
_allowedLooters.erase(guid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user