Fix(Core/Player): fix periodic eating and drinking emotes (#1602)

This commit is contained in:
Viste(Кирилл)
2019-03-23 11:35:04 +03:00
committed by GitHub
parent 980f4cff99
commit 03bfbf4f7e
4 changed files with 41 additions and 1 deletions

View File

@@ -2631,6 +2631,7 @@ class Player : public Unit, public GridObject<Player>
uint32 m_AreaID;
uint32 m_regenTimerCount;
uint32 m_foodEmoteTimerCount;
float m_powerFraction[MAX_POWERS];
uint32 m_contestedPvPTimer;