mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8538] Fixed spell 63375
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
f8047e9da0
commit
04e7a553c2
2 changed files with 7 additions and 1 deletions
|
|
@ -7104,6 +7104,12 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
|||
return false;
|
||||
break;
|
||||
}
|
||||
// Improved Stormstrike
|
||||
case 63375:
|
||||
{
|
||||
basepoints[0] = int32(GetCreateMana() * 0.20f);
|
||||
break;
|
||||
}
|
||||
// Brain Freeze
|
||||
case 57761:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue