Core/Spells: add spell fix to Trained Rock Falcon (#23896)

fixed by sirikfoll

(cherry picked from commit 42f1861f30)
This commit is contained in:
Trond B. Krokli
2019-10-28 19:33:26 +01:00
committed by Shauren
parent fa4830af80
commit 3e835a77bb

View File

@@ -3905,6 +3905,14 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13); // 50000yd
});
ApplySpellFix({
44327, // Trained Rock Falcon/Hawk Hunting
44408 // Trained Rock Falcon/Hawk Hunting
}, [](SpellInfo* spellInfo)
{
spellInfo->Speed = 0.f;
});
// Summon Corpse Scarabs
ApplySpellFix({ 28864, 29105 }, [](SpellInfo* spellInfo)
{