diff --git a/src/AoeLoot_SC.cpp b/src/AoeLoot_SC.cpp index a71fa5a..f13aba9 100644 --- a/src/AoeLoot_SC.cpp +++ b/src/AoeLoot_SC.cpp @@ -101,7 +101,11 @@ class AoeLoot_Player : public PlayerScript if (!player->HasItemCount(item.itemid, 1, true)) aoeLoot[item.itemid] = 1; } - player->SendNotifyLootItemRemoved(item.itemIndex); + } + + for (auto const& item : loot->quest_items) + { + aoeLoot[item.itemid] += (uint32)item.count; } player->SendLootRelease(player->GetLootGUID());