mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9595] Fix the amount of mana restored by spell 68082
This commit is contained in:
parent
5a33cf6700
commit
56c08e2ef9
2 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9594"
|
||||
#define REVISION_NR "9595"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue