From aa67033cc71c536f4d0f4c1cf6d6444d48103371 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 24 May 2009 11:32:44 -0500 Subject: [7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsa --HG-- branch : trunk --- src/game/Unit.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 39076a21d8c..e488253b4b7 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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 -- cgit v1.2.3