aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-07 22:38:09 +0200
committerQAston <none@none>2009-05-07 22:38:09 +0200
commitf06e8608cbf84fd7113a032e0ef54f493d7311e0 (patch)
tree03b7ad23640049a5d20692b28667950a6d38a02c /src/game/Spell.cpp
parent1b460da5cb48593808f3e2756c2c77961ec20e61 (diff)
*Fix demonic knowledge
*Fix applying of some cast mods *Set correct dr for shattered barrier. --HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index c5f0d901840..68b416cad63 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2302,6 +2302,7 @@ void Spell::prepare(SpellCastTargets const* targets, AuraEffect* triggeredByAura
// calculate cast time (calculated after first CheckCast check to prevent charge counting for first CheckCast fail)
m_casttime = GetSpellCastTime(m_spellInfo, this);
+ m_caster->ModSpellCastTime(m_spellInfo, m_casttime, this);
// set timer base at cast time
ReSetTimer();