Skip to content

Commit 4a971b9

Browse files
committed
asd
1 parent 8946370 commit 4a971b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/scripts/Outland/zone_shadowmoon_valley.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ class spell_destroy_deathforged_infernal : public SpellScript
17641764

17651765
void HandleScript(SpellEffIndex effIndex)
17661766
{
1767-
GetHitUnit()->CastSpell(nullptr, SPELL_RANDOM_ROCKET_MISSILE, CastSpellExtraArgs(TriggerCastFlags(TRIGGERED_IGNORE_GCD | TRIGGERED_IGNORE_SPELL_AND_CATEGORY_CD | TRIGGERED_IGNORE_CAST_IN_PROGRESS)));
1767+
GetHitUnit()->CastSpell(nullptr, GetEffectInfo(effIndex).CalcValue(), CastSpellExtraArgs(TriggerCastFlags(TRIGGERED_IGNORE_GCD | TRIGGERED_IGNORE_SPELL_AND_CATEGORY_CD | TRIGGERED_IGNORE_CAST_IN_PROGRESS)));
17681768
}
17691769

17701770
void Register() override

0 commit comments

Comments
 (0)