fix(Scripts/Northrend): 'Preparations for War' flight to Icecrown (#23999)

Co-authored-by: Killyana <morphone1@gmail.com>
Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
sogladev
2025-12-01 02:07:15 +01:00
committed by GitHub
parent a8c05b236c
commit ff80216e41
3 changed files with 215 additions and 55 deletions

View File

@@ -5162,6 +5162,14 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->ProcCharges = 1;
});
ApplySpellFix({
56917, // To Icecrown Airship - Teleport to Airship (A)
57417, // To Icecrown Airship - Teleport to Airship (H)
}, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100 yards
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];