diff --git a/Source/Game/Handlers/GroupHandler.cs b/Source/Game/Handlers/GroupHandler.cs index 46cd5e723..24c427152 100644 --- a/Source/Game/Handlers/GroupHandler.cs +++ b/Source/Game/Handlers/GroupHandler.cs @@ -358,6 +358,9 @@ namespace Game if (!group.IsLeader(GetPlayer().GetGUID())) return; + if (group.IsLFGGroup()) + return; + switch (packet.LootMethod) { case LootMethod.FreeForAll: