aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-11-09 00:58:46 -0300
committerjoschiwald <joschiwald.trinity@gmail.com>2017-12-25 10:23:00 +0100
commit8aa7b85ed20ae41c1140463a63183d51e491d96c (patch)
tree199effdc2b3f8137265f6413c6021103d882d2b2 /src
parent4435cb82d0e0575bf7bf3cd5308967383f70ae00 (diff)
Core/SpellMgr: overwrite dbc range for Unleashed Souls
Closes #17968 By sirikfoll (cherry picked from commit 70a867531d6c6dba13dcd56a44db855b39aa6471)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 302416e4885..301db11483c 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -2846,6 +2846,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->SpellFamilyFlags[2] = 0x80000000;
});
+ // Unleashed Souls
+ ApplySpellFix({ 68979 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13); // 50000yd
+ });
+
//
// VIOLET HOLD SPELLS
//