mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user