mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[8536] Fixed spell 62776
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
44ea1ee3e3
commit
76b0b9ace3
2 changed files with 9 additions and 1 deletions
|
|
@ -348,8 +348,16 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
|||
}
|
||||
// Cataclysmic Bolt
|
||||
case 38441:
|
||||
{
|
||||
damage = unitTarget->GetMaxHealth() / 2;
|
||||
break;
|
||||
}
|
||||
// Tympanic Tantrum
|
||||
case 62775:
|
||||
{
|
||||
damage = unitTarget->GetMaxHealth() / 10;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue