fix(Scripts/Northrend): Update Drakkensryd proto-drake vehicle logic (#25587)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
sogladev
2026-05-02 19:57:06 +02:00
committed by GitHub
parent 50ebe52b96
commit 43aa645660
2 changed files with 24 additions and 14 deletions

View File

@@ -5189,6 +5189,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->ProcCharges = 0;
});
// 54933 Hyldnir Harpoon
ApplySpellFix({ 54933 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].BasePoints = 1;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];