mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
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;
|
||||
});
|
||||
|
||||
//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
|
||||
|
||||
Reference in New Issue
Block a user