mirror of
https://github.com/pangolp/mod-quest-loot-party.git
synced 2026-01-13 01:08:38 +00:00
Fix(build/clang) fatal error: unused parameter 'player'
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user