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