diff --git a/src/quest_loot_party.cpp b/src/quest_loot_party.cpp index 3841946..5128bc3 100644 --- a/src/quest_loot_party.cpp +++ b/src/quest_loot_party.cpp @@ -25,7 +25,7 @@ public: } } - void OnBeforeFillQuestLootItem(Player* player, LootItem& item) override + void OnBeforeFillQuestLootItem(Player* /*player*/, LootItem& item) override { if (sConfigMgr->GetOption("QuestParty.Enable", false)) {