Misc fixes / analysis issues

This commit is contained in:
hondacrx
2017-07-17 10:52:54 -04:00
parent 34263f9551
commit 8a31ccff0d
5 changed files with 12 additions and 16 deletions
+1 -2
View File
@@ -1266,8 +1266,7 @@ namespace Game.Groups
// remove is_blocked so that the item is lootable by all players
LootItem item = roll.itemSlot >= roll.getLoot().items.Count ? roll.getLoot().quest_items[roll.itemSlot - roll.getLoot().items.Count] : roll.getLoot().items[roll.itemSlot];
if (item != null)
item.is_blocked = false;
item.is_blocked = false;
}
SendLootRollsComplete(roll);