aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-09-09 12:45:26 -0300
committerKeader <keader.android@gmail.com>2018-09-09 12:45:26 -0300
commitb50f35f56bff571abbd844447ea9b5c0d7034450 (patch)
treeeeb055c53c834cb2c66424c14b88b2dd06905cc4 /src
parent53d223c58acbd35fe4cebde9637124500a0d3163 (diff)
Core/Spells: Fixed Swarming Guardian (Auriaya) range
Close: #22393
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 ec8d06fa61c..fec2f78696b 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -4014,6 +4014,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(28); // 5 seconds, wrong DBC data?
});
+ // Summon Swarming Guardian (Auriaya)
+ ApplySpellFix({ 64397 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(137); // 8y, Based in BFA effect radius
+ });
+
// Potent Pheromones (Freya)
ApplySpellFix({ 64321 }, [](SpellInfo* spellInfo)
{