aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.cpp5
-rw-r--r--src/game/SpellEffects.cpp3
2 files changed, 4 insertions, 4 deletions
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)