fix (build/clang) override in method

This commit is contained in:
Pagani Walter
2023-06-13 11:38:36 -03:00
parent 95c88c6625
commit 3f6caf467c

View File

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