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

@@ -474,6 +474,7 @@ public:
void HandleGossipSelectOption(Player* pPlayer, uint32 menuId, uint32 sender, uint32 action, const std::string& code);
void OnLearnSpell(Player* player, uint32 spellId);
void OnAchiComplete(Player* player, AchievementEntry const* achievement);
void OnFfaPvpStateUpdate(Player* player, bool hasFfaPvp);
#ifndef CLASSIC
#ifndef TBC