fix(Core/SpellInfoCorrections): Fix "Throw Bomb" spell (#21463)
Co-authored-by: Hexadecimal <hd@hd.hd>
This commit is contained in:
@@ -3678,12 +3678,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||||||
spellInfo->AttributesEx5 |= SPELL_ATTR5_ALWAYS_AOE_LINE_OF_SIGHT;
|
spellInfo->AttributesEx5 |= SPELL_ATTR5_ALWAYS_AOE_LINE_OF_SIGHT;
|
||||||
});
|
});
|
||||||
|
|
||||||
//Crushing the Crown
|
|
||||||
ApplySpellFix({ 71024 }, [](SpellInfo* spellInfo)
|
|
||||||
{
|
|
||||||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DYNOBJ_NONE);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Battle for the Undercity
|
// Battle for the Undercity
|
||||||
ApplySpellFix({
|
ApplySpellFix({
|
||||||
59892 // Cyclone fall
|
59892 // Cyclone fall
|
||||||
|
|||||||
Reference in New Issue
Block a user