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

This commit is contained in:
midas392
2025-02-25 10:22:40 -07:00
parent 7f6f203466
commit d05b43282a

View File

@@ -35,7 +35,7 @@ class AOELootPlayer : public PlayerScript
public:
AOELootPlayer() : PlayerScript("AOELootPlayer") { }
void OnLogin(Player* player) override;
void OnPlayerLogin(Player* player) override;
};
class AOELootServer : public ServerScript