mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
fix(Core/Spells): Properly handle client-side orientation on stun. (#10107)
Fixes #9738
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user