From b53ab74b50cc8fa7e4c137d0aa4bc617501ef423 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 4 Nov 2008 10:33:02 -0600 Subject: [svn] Remove a hack on triggered spell target selection. Some minor fixes. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 5 +++-- src/game/SpellEffects.cpp | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 21d224ea0e4..9fd8ba42baf 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1880,7 +1880,8 @@ void Aura::TriggerSpell() } } } - // All ok cast by default case + m_target->CastSpell(target, triggredSpellInfo, true, 0, this, originalCasterGUID); + /*// All ok cast by default case Spell *spell = new Spell(m_target, triggredSpellInfo, true, originalCasterGUID ); SpellCastTargets targets; @@ -1890,7 +1891,7 @@ void Aura::TriggerSpell() if(DynamicObject* dynObj = caster->GetDynObject(GetId())) targets.setDestination(dynObj->GetPositionX(),dynObj->GetPositionY(),dynObj->GetPositionZ()); - spell->prepare(&targets, this); + spell->prepare(&targets, this);*/ } /*********************************************************/ diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index db7134c375c..6aa85b976d7 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -57,7 +57,6 @@ #include "Util.h" #include "TemporarySummon.h" - pEffect SpellEffects[TOTAL_SPELL_EFFECTS]= { &Spell::EffectNULL, // 0 @@ -223,7 +222,7 @@ void Spell::EffectNULL(uint32 /*i*/) void Spell::EffectUnused(uint32 /*i*/) { - // NOT USED BY ANY SPELL OR USELESS OR IMPLEMENTED IN DIFFERENT WAY IN TRINITY + // NOT USED BY ANY SPELL OR USELESS OR IMPLEMENTED IN DIFFERENT WAY IN MANGOS } void Spell::EffectResurrectNew(uint32 i) -- cgit v1.2.3