diff options
| author | megamage <none@none> | 2009-05-23 10:16:40 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-23 10:16:40 -0500 |
| commit | a22aedf3209f62fc93871568cf052730a0320c17 (patch) | |
| tree | 32a50be0b4019290b8993e749c837f3653129977 /src/game/SpellEffects.cpp | |
| parent | 5ca07b38d392e088a2f926295a1c83a695c3a672 (diff) | |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 89e53ed566b..743b395273f 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4936,7 +4936,7 @@ void Spell::EffectScriptEffect(uint32 effIndex) case 58941: // Rock Shards if(unitTarget && m_originalCaster) { - for(uint32 i = 0; i < 5; ++i) + for(uint32 i = 0; i < 3; ++i) { m_originalCaster->CastSpell(unitTarget, 58689, true); m_originalCaster->CastSpell(unitTarget, 58692, true); |
