Skip to content

Commit

Permalink
[c12751] Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramacydal committed Oct 8, 2013
1 parent b77bba1 commit 0b5175a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ void Spell::EffectDummy(SpellEffectEntry const* effect)
return;

for (uint8 i = 0; i < 5; ++i)
m_caster->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true);
m_caster->CastSpell(unitTarget, effect->CalculateSimpleValue(), true);
return;
}
case 63820: // Summon Scrap Bot Trigger (Ulduar - Mimiron) for Scrap Bots
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12750"
#define REVISION_NR "12751"
#endif // __REVISION_NR_H__

0 comments on commit 0b5175a

Please sign in to comment.