[7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsa

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-24 11:32:44 -05:00
parent c14fb42915
commit aa67033cc7
3 changed files with 3 additions and 10 deletions

View File

@@ -5612,9 +5612,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
if(triggeredByAura->GetCasterGUID() != pVictim->GetGUID())
return false;
// energize amount
basepoints0 = triggerAmount*damage/100;
pVictim->CastCustomSpell(pVictim,34919,&basepoints0,NULL,NULL,true,castItem,triggeredByAura);
// Energize 0.25% of max. mana
pVictim->CastSpell(pVictim,57669,true,castItem,triggeredByAura);
return true; // no hidden cooldown
}
// Divine Aegis