aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorQAston@qaston-pc <none@none>2009-03-01 02:46:33 +0100
committerQAston@qaston-pc <none@none>2009-03-01 02:46:33 +0100
commit783714aff351ce60b40e7d15796622b5f4e5d7ca (patch)
tree526c379038825047d092d7681fc71978ece4c929 /src/game/SpellEffects.cpp
parentd1717aef696f258980254c4e705b22c1e1967fcb (diff)
*Fix Penance.
*Remove some hacks from channeled spells related code. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 468e79cb510..3bdad19a797 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -1894,8 +1894,8 @@ void Spell::EffectTriggerRitualOfSummoning(uint32 i)
targets.setUnitTarget( unitTarget);
spell->prepare(&targets);
- m_caster->SetCurrentCastedSpell(spell);
- spell->m_selfContainer = &(m_caster->m_currentSpells[spell->GetCurrentContainer()]);
+ //m_caster->SetCurrentCastedSpell(spell);
+ //spell->m_selfContainer = &(m_caster->m_currentSpells[spell->GetCurrentContainer()]);
}