mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[8260] Fixed energize anount for spell 63375
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
68c86d0480
commit
38326edb12
2 changed files with 5 additions and 1 deletions
|
|
@ -6879,6 +6879,10 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
|||
return false;
|
||||
break;
|
||||
}
|
||||
// Improved Stormstrike
|
||||
case 63375:
|
||||
basepoints0 = int32(GetCreateMana() * triggerAmount / 100);
|
||||
break;
|
||||
}
|
||||
|
||||
if( cooldown && GetTypeId()==TYPEID_PLAYER && ((Player*)this)->HasSpellCooldown(trigger_spell_id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue