mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat: add player event OnFfaPvpStateUpdate (#63)
This commit is contained in:
@@ -741,6 +741,11 @@ public:
|
||||
{
|
||||
sEluna->OnAchiComplete(player, achievement);
|
||||
}
|
||||
|
||||
void OnFfaPvpStateUpdate(Player* player, bool IsFlaggedForFfaPvp) override
|
||||
{
|
||||
sEluna->OnFfaPvpStateUpdate(player, IsFlaggedForFfaPvp);
|
||||
}
|
||||
};
|
||||
|
||||
class Eluna_ServerScript : public ServerScript
|
||||
|
||||
Reference in New Issue
Block a user