aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 2d2d85bcff6..d8622f9d8ed 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3842,6 +3842,7 @@ void SpellMgr::LoadSpellInfoCorrections()
});
ApplySpellFix({
+ 51597, // Summon Scourged Captive
56606, // Ride Jokkum
61791 // Ride Vehicle (Yogg-Saron)
}, [](SpellInfo* spellInfo)
@@ -3849,6 +3850,12 @@ void SpellMgr::LoadSpellInfoCorrections()
/// @todo: remove this when basepoints of all Ride Vehicle auras are calculated correctly
spellInfo->Effects[EFFECT_0].BasePoints = 1;
});
+
+ // Summon Scourged Captive
+ ApplySpellFix({ 51597 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->Effects[EFFECT_0].DieSides = 0;
+ });
// Black Magic
ApplySpellFix({ 59630 }, [](SpellInfo* spellInfo)