mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Script/Quest: Improvements for quest Corrosion Prevention (27347): (#…
…17385) - Energized! spell should target only the caster and any player around. - Prevent trigger from gaining threat from beneficial spell casts, getting stuck in a "gaining threat but cannot attack, reset" situation. - The Power Core Fragment near the zeppelin crash should always be active.
This commit is contained in:
@@ -3359,6 +3359,9 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
case 8983: // Druid - Bash - R3
|
||||
spellInfo->AttributesEx7 |= SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER;
|
||||
break;
|
||||
case 42490: // Energized!
|
||||
case 42492: // Cast Energized
|
||||
spellInfo->AttributesEx |= SPELL_ATTR1_NO_THREAT;
|
||||
case 85123: // Siege Cannon (Tol Barad)
|
||||
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_200_YARDS);
|
||||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_SRC_AREA_ENTRY);
|
||||
|
||||
Reference in New Issue
Block a user