mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10728] Fix Deathly Stare spell
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
f67d89f109
commit
673b798863
2 changed files with 2 additions and 1 deletions
|
|
@ -352,6 +352,7 @@ void Spell::EffectSchoolDMG(SpellEffectIndex effect_idx)
|
|||
case 29142: // Eyesore Blaster
|
||||
case 35139: // Throw Boom's Doom
|
||||
case 49882: // Leviroth Self-Impale
|
||||
case 55269: // Deathly Stare
|
||||
{
|
||||
damage = damage * unitTarget->GetMaxHealth() / 100;
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10727"
|
||||
#define REVISION_NR "10728"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue