Core/Spells - Rogue: Fix Unfair Advantage range (#23877)

Closes #23873
This commit is contained in:
Gildor
2019-10-21 19:34:17 +02:00
committed by Giacomo Pozzoni
parent cd32ef7798
commit e1df7b751e

View File

@@ -3941,6 +3941,14 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Speed = 0.f;
});
ApplySpellFix({
51675, // Rogue - Unfair Advantage (Rank 1)
51677 // Rogue - Unfair Advantage (Rank 2)
}, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(2); // 5 yards
});
ApplySpellFix({
55741, // Desecration (Rank 1)
68766, // Desecration (Rank 2)