[10728] Fix Deathly Stare spell

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
virusav 2010-11-17 01:34:18 +02:00 committed by Ambal
parent f67d89f109
commit 673b798863
2 changed files with 2 additions and 1 deletions

View file

@ -352,6 +352,7 @@ void Spell::EffectSchoolDMG(SpellEffectIndex effect_idx)
case 29142: // Eyesore Blaster case 29142: // Eyesore Blaster
case 35139: // Throw Boom's Doom case 35139: // Throw Boom's Doom
case 49882: // Leviroth Self-Impale case 49882: // Leviroth Self-Impale
case 55269: // Deathly Stare
{ {
damage = damage * unitTarget->GetMaxHealth() / 100; damage = damage * unitTarget->GetMaxHealth() / 100;
break; break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10727" #define REVISION_NR "10728"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__