Skip to content

Commit

Permalink
[9595] Fix the amount of mana restored by spell 68082
Browse files Browse the repository at this point in the history
  • Loading branch information
Ligthguard committed Mar 16, 2010
1 parent 3cc2cce commit e783f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3379,6 +3379,7 @@ void Spell::EffectEnergize(SpellEffectIndex eff_idx)
case 31930: // Judgements of the Wise
case 48542: // Revitalize (mana restore case)
case 63375: // Improved Stormstrike
case 68082: // Glyph of Seal of Command
damage = damage * unitTarget->GetCreateMana() / 100;
break;
default:
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 "9594"
#define REVISION_NR "9595"
#endif // __REVISION_NR_H__

0 comments on commit e783f87

Please sign in to comment.