mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: add spell fix to Trained Rock Falcon (#23896)
fixed by sirikfoll
(cherry picked from commit 42f1861f30)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user