[7475] Move Player::IsInFeralForm to Unit::IsInFeralForm

This commit is contained in:
VladimirMangos 2009-03-16 23:22:07 +03:00
parent 816862db65
commit c99a849eb9
5 changed files with 7 additions and 5 deletions

View file

@ -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)