aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-15 00:48:35 -0600
committermegamage <none@none>2009-03-15 00:48:35 -0600
commitc8d967a0ae16d16e8f3ee5f59d5619215349001a (patch)
treeafebe21c0e4757a59fb024c2b9e667ae09287d1e /src
parent4cb8ff7f26d1e26e0840153d8f4fddbb616346a5 (diff)
*Fix runeblade forge. Set triggered = false to take reagent. But there is interrupted message. Need fix.
--HG-- branch : trunk
Diffstat (limited to 'src')
-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 3946eaddb5c..e33a79908f5 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -5043,10 +5043,10 @@ void Spell::EffectScriptEffect(uint32 effIndex)
// Emblazon Runeblade
case 51770:
{
- if(!unitTarget)
+ if(!m_originalCaster)
return;
- unitTarget->CastSpell(unitTarget,51771,false);
+ m_originalCaster->CastSpell(m_originalCaster, damage, false);
break;
}
// Death Gate