mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Backed out changeset e85c3b6d551b
--HG-- branch : trunk
This commit is contained in:
@@ -7006,7 +7006,7 @@ void Player::_ApplyItemBonuses(ItemPrototype const *proto, uint8 slot, bool appl
|
||||
ApplyFeralAPBonus(feral_bonus, apply);
|
||||
}
|
||||
|
||||
if(IsInFeralForm() || !CanUseAttackType(attType))
|
||||
if(!IsInFeralForm() || !CanUseAttackType(attType))
|
||||
return;
|
||||
|
||||
if (proto->Delay)
|
||||
|
||||
Reference in New Issue
Block a user