Skip to content

Commit

Permalink
[Fix] Players that weren't in group couldn't loot items
Browse files Browse the repository at this point in the history
 Author is Olion  from GetMangos.eu
  • Loading branch information
blumfield committed Jul 16, 2015
1 parent 84d08ba commit 231128d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Object/LootMgr.cpp
Expand Up @@ -438,6 +438,7 @@ LootSlotType LootItem::GetSlotTypeForSharedLoot(PermissionTypes permission, Play
switch (permission)
{
case ALL_PERMISSION:
case OWNER_PERMISSION:
return LOOT_SLOT_NORMAL;
case GROUP_PERMISSION:
{
Expand Down

0 comments on commit 231128d

Please sign in to comment.