fix(Scripts/Northrend): quest Thrusting Hodir's Spear (#23810)

Co-authored-by: ariel- <ariel-@users.noreply.github.com>
This commit is contained in:
sogladev
2025-12-20 10:39:38 +01:00
committed by GitHub
parent 4fb7c0f9bf
commit f79f3bbe26
4 changed files with 549 additions and 297 deletions

View File

@@ -5170,6 +5170,16 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100 yards
});
ApplySpellFix({
60586, // Mighty Spear Thrust
60776, // Claw Swipe
60881, // Fatal Strike
60864, // Jaws of Death
}, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx4 |= SPELL_ATTR4_IGNORE_DAMAGE_TAKEN_MODIFIERS;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];