mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7475] Move Player::IsInFeralForm to Unit::IsInFeralForm
This commit is contained in:
parent
816862db65
commit
c99a849eb9
5 changed files with 7 additions and 5 deletions
|
|
@ -3327,7 +3327,7 @@ void Aura::HandleAuraModDisarm(bool apply, bool Real)
|
|||
return;
|
||||
|
||||
// main-hand attack speed already set to special value for feral form already and don't must change and reset at remove.
|
||||
if (((Player *)m_target)->IsInFeralForm())
|
||||
if (m_target->IsInFeralForm())
|
||||
return;
|
||||
|
||||
if (apply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue