mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Spell): Bladestorm remove reset swing and allow meleeSwingSpell during (#19093)
* remove reset swing * allow meleeswingspell on PLAYER_ALLOW_ONLY_ABILITY
This commit is contained in:
@@ -4106,12 +4106,6 @@ void AuraEffect::HandleModStateImmunityMask(AuraApplication const* aurApp, uint8
|
||||
// Patch 3.0.3 Bladestorm now breaks all snares and roots on the warrior when activated.
|
||||
if (GetId() == 46924)
|
||||
{
|
||||
if (apply)
|
||||
{
|
||||
target->resetAttackTimer();
|
||||
target->resetAttackTimer(OFF_ATTACK);
|
||||
}
|
||||
|
||||
// Knockback and hex
|
||||
target->ApplySpellImmune(GetId(), IMMUNITY_EFFECT, SPELL_EFFECT_KNOCK_BACK, apply);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user