diff options
author | maximius <none@none> | 2009-10-16 12:44:00 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-16 12:44:00 -0700 |
commit | 279d93360f70e58a6a9994b58dd148ca9699c72b (patch) | |
tree | c84538118fcb5322c7440af7d05892d271a7b2cf /src/game/SpellEffects.cpp | |
parent | 8d6defa7ee8c90770ced9320940ed12130377c87 (diff) |
*Ulduar teleporter, and updates, by BonDit. Thanks AniRB.
*Fixed some typos in last commit.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index edddf7264ea..6dd1a6cc85a 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1643,7 +1643,7 @@ void Spell::EffectDummy(uint32 i) if (m_spellInfo->SpellFamilyFlags[1] & 0x20000 && i == 1) { int32 dmg = m_damage * damage / 100; - m_caster->CastCustomSpell(unitTarget, 54171, &dmg , 0, 0, true); + m_caster->CastCustomSpell(unitTarget, 54171, &dmg, 0, 0, true); return; } switch(m_spellInfo->SpellIconID) @@ -1683,7 +1683,7 @@ void Spell::EffectDummy(uint32 i) { case 54171: //Divine Storm { - m_caster->CastCustomSpell(unitTarget, 54172, damage , 0, 0, true); + m_caster->CastCustomSpell(unitTarget, 54172, &damage, 0, 0, true); } case 20425: // Judgement of command { |