From 3f6caf467cb618339c5e2e7f4c7e91128a42c978 Mon Sep 17 00:00:00 2001 From: Pagani Walter Date: Tue, 13 Jun 2023 11:38:36 -0300 Subject: [PATCH] fix (build/clang) override in method --- 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 fab682b..3841946 100644 --- a/src/quest_loot_party.cpp +++ b/src/quest_loot_party.cpp @@ -25,7 +25,7 @@ public: } } - void OnBeforeFillQuestLootItem(Player* player, LootItem& item) + void OnBeforeFillQuestLootItem(Player* player, LootItem& item) override { if (sConfigMgr->GetOption("QuestParty.Enable", false)) {