[8260] Fixed energize anount for spell 63375

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
nos4r2zod 2009-07-27 19:43:05 +02:00 committed by ApoC
parent 68c86d0480
commit 38326edb12
2 changed files with 5 additions and 1 deletions

View file

@ -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))