feat: add player event OnFfaPvpStateUpdate (#63)

This commit is contained in:
55Honey
2022-09-22 15:18:07 +02:00
committed by GitHub
parent 684eb0335b
commit 3f5d2c9257
5 changed files with 18 additions and 1 deletions

View File

@@ -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