mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
@@ -4619,8 +4619,14 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
spellInfo->AttributesEx &= ~SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIENDLY_EFFECTS;
|
spellInfo->AttributesEx &= ~SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIENDLY_EFFECTS;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ApplySpellFix({ 49376 }, [](SpellEntry* spellInfo)
|
||||||
|
{
|
||||||
|
spellInfo->EffectRadiusIndex[EFFECT_1] = EFFECT_RADIUS_3_YARDS; // 3yd
|
||||||
|
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPRESS_TARGET_PROCS;
|
||||||
|
});
|
||||||
|
|
||||||
// Feral Charge - Cat
|
// Feral Charge - Cat
|
||||||
ApplySpellFix({ 49376, 61138, 61132, 50259 }, [](SpellEntry* spellInfo)
|
ApplySpellFix({ 61138, 61132, 50259 }, [](SpellEntry* spellInfo)
|
||||||
{
|
{
|
||||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPRESS_TARGET_PROCS;
|
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPRESS_TARGET_PROCS;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user