Fix(build/clang) fatal error: unused parameter 'player'

This commit is contained in:
Pagani Walter
2023-06-13 12:27:58 -03:00
parent 3f6caf467c
commit 2e658d2cae

View File

@@ -25,7 +25,7 @@ public:
} }
} }
void OnBeforeFillQuestLootItem(Player* player, LootItem& item) override void OnBeforeFillQuestLootItem(Player* /*player*/, LootItem& item) override
{ {
if (sConfigMgr->GetOption<bool>("QuestParty.Enable", false)) if (sConfigMgr->GetOption<bool>("QuestParty.Enable", false))
{ {