mirror of
https://github.com/azerothcore/mod-aoe-loot
synced 2025-11-29 21:38:16 +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:
|
public:
|
||||||
AOELootPlayer() : PlayerScript("AOELootPlayer") { }
|
AOELootPlayer() : PlayerScript("AOELootPlayer") { }
|
||||||
|
|
||||||
void OnLogin(Player* player) override;
|
void OnPlayerLogin(Player* player) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
class AOELootServer : public ServerScript
|
class AOELootServer : public ServerScript
|
||||||
|
|||||||
Reference in New Issue
Block a user