From 2e658d2cae6af4ee6b26808359290548b8e30a8c Mon Sep 17 00:00:00 2001 From: Pagani Walter Date: Tue, 13 Jun 2023 12:27:58 -0300 Subject: [PATCH] Fix(build/clang) fatal error: unused parameter 'player' --- src/quest_loot_party.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {