fix(Core/Spells): Properly handle client-side orientation on stun. (#10107)

Fixes #9738
This commit is contained in:
UltraNix
2022-01-20 16:12:40 +01:00
committed by GitHub
parent fd7f33b737
commit b24fd81734
2 changed files with 12 additions and 5 deletions

View File

@@ -2480,7 +2480,7 @@ protected:
void SetFeared(bool apply);
void SetConfused(bool apply);
void SetStunned(bool apply);
void SetRooted(bool apply);
void SetRooted(bool apply, bool isStun = false);
uint32 m_rootTimes;