mirror of
https://github.com/azerothcore/mod-aoe-loot
synced 2025-11-29 13:28:15 +08:00
Adding fixes to support AzerothCore Core/PlayerScript changes (#21020)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user