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/SpellMgr.cpp | |
| parent | 0cfc452093ac380c252e7e45dd0abbf1ad97ece6 (diff) | |
| parent | 1ebade03d51b2f6aa1bde099776f477b93c4e89e (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 388ace02ae1..e294742e5c1 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -245,7 +245,7 @@ uint32 GetSpellCastTime(SpellEntry const* spellInfo, Spell const* spell) int32 castTime = spellCastTimeEntry->CastTime; if (spell && spell->GetCaster()) - spell->GetCaster()->ModSpellCastTime(spellInfo, castTime); + spell->GetCaster()->ModSpellCastTime(spellInfo, castTime, spell); if (spellInfo->Attributes & SPELL_ATTR_RANGED && (!spell || !(spell->IsAutoRepeat()))) castTime += 500; |
