diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index d53f7140134..a14eddcc383 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3647,10 +3647,10 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(155); // Hunter Range (Long) }); - // Desecration ApplySpellFix({ - 55741, // (Rank 1) - 68766 // (Rank 2) + 55741, // Desecration (Rank 1) + 68766, // Desecration (Rank 2) + 57842 // Killing Spree (Off hand damage) }, [](SpellInfo* spellInfo) { spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(2); // Melee Range @@ -3671,7 +3671,7 @@ void SpellMgr::LoadSpellInfoCorrections() // Water Globule (Ichoron) ApplySpellFix({ 54258, 54264, 54265, 54266, 54267 }, [](SpellInfo* spellInfo) { - // in 3.3.5 there is only one radius in dbc which is 0 yards in this + // in 3.3.5 there is only one radius in dbc which is 0 yards in this // use max radius from 4.3.4 spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_25_YARDS); }); |