aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-02 17:19:54 -0600
committermegamage <none@none>2009-03-02 17:19:54 -0600
commit224c0912b6aa2dd428c65798c587a39b73068118 (patch)
tree66793cbb52b414539b5cbc32289963bb8a441747 /src/game/Spell.cpp
parent0cfc452093ac380c252e7e45dd0abbf1ad97ece6 (diff)
parent1ebade03d51b2f6aa1bde099776f477b93c4e89e (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 0a88010a6c8..66f2eded6ac 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2289,7 +2289,7 @@ void Spell::handle_immediate()
if (duration)
{
//apply haste mods
- m_caster->ModSpellCastTime(m_spellInfo, duration);
+ m_caster->ModSpellCastTime(m_spellInfo, duration, this);
// Apply duration mod
if(Player* modOwner = m_caster->GetSpellModOwner())
modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration);