mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(Scripts/Northrend): quest Thrusting Hodir's Spear (#23810)
Co-authored-by: ariel- <ariel-@users.noreply.github.com>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user