diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 29693d969e5..9e9c3e2f16d 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -371,7 +371,7 @@ void SpellCastTargets::write (WorldPacket * data) } Spell::Spell(Unit* Caster, SpellEntry const *info, bool triggered, uint64 originalCasterGUID, Spell** triggeringContainer, bool skipCheck) -: m_spellInfo(info), m_spellValue(new SpellValue(m_spellInfo)) +: m_spellInfo(spellmgr.GetSpellForDifficultyFromSpell(info, Caster)), m_spellValue(new SpellValue(m_spellInfo)) , m_caster(Caster) { m_customAttr = spellmgr.GetSpellCustomAttr(m_spellInfo->Id); |