mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
[7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsa
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user