diff options
| author | megamage <none@none> | 2009-03-02 17:19:54 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-02 17:19:54 -0600 |
| commit | 224c0912b6aa2dd428c65798c587a39b73068118 (patch) | |
| tree | 66793cbb52b414539b5cbc32289963bb8a441747 /src/game/SpellEffects.cpp | |
| parent | 0cfc452093ac380c252e7e45dd0abbf1ad97ece6 (diff) | |
| parent | 1ebade03d51b2f6aa1bde099776f477b93c4e89e (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 7ad958590f5..6d50338c9d6 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -2256,7 +2256,7 @@ void Spell::EffectApplyAura(uint32 i) //mod duration of channeled aura by spell haste if (IsChanneledSpell(m_spellInfo)) - caster->ModSpellCastTime(m_spellInfo, duration); + caster->ModSpellCastTime(m_spellInfo, duration, this); // if Aura removed and deleted, do not continue. if(duration== 0 && !(Aur->IsPermanent())) |
