Adding fixes to support AzerothCore Core/PlayerScript changes (#21020)

This commit is contained in:
midas392
2025-02-25 10:07:50 -07:00
parent 3e252f4e49
commit 7f6f203466

View File

@@ -17,7 +17,7 @@
#include "aoe_loot.h" #include "aoe_loot.h"
void AOELootPlayer::OnLogin(Player* player) void AOELootPlayer::OnPlayerLogin(Player* player)
{ {
if (sConfigMgr->GetOption<bool>("AOELoot.Enable", true)) if (sConfigMgr->GetOption<bool>("AOELoot.Enable", true))
{ {