fix(Core/SpellInfoCorrections): Fix "Throw Bomb" spell (#21463)
Co-authored-by: Hexadecimal <hd@hd.hd>
This commit is contained in:
parent
227be74e67
commit
f7778ccaf5
1 changed files with 0 additions and 6 deletions
|
|
@ -3678,12 +3678,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
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
|
||||
ApplySpellFix({
|
||||
59892 // Cyclone fall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue