mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Scripts/Spells): Fix Death and Decay interrupting spellcasting (#22720)
This commit is contained in:
@@ -345,7 +345,7 @@ class spell_dk_death_and_decay_aura : public AuraScript
|
|||||||
if (GetCaster() && GetTarget())
|
if (GetCaster() && GetTarget())
|
||||||
{
|
{
|
||||||
int32 basePoints0 = aurEff->GetAmount();
|
int32 basePoints0 = aurEff->GetAmount();
|
||||||
GetCaster()->CastCustomSpell(GetTarget(), SPELL_DK_DEATH_AND_DECAY_TRIGGER, &basePoints0, nullptr, nullptr, false, 0, aurEff);
|
GetCaster()->CastCustomSpell(GetTarget(), SPELL_DK_DEATH_AND_DECAY_TRIGGER, &basePoints0, nullptr, nullptr, true, 0, aurEff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user