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

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
qsa 2009-05-23 23:38:17 +02:00 committed by ApoC
parent 2bf4660129
commit 37f8cea0a1
2 changed files with 3 additions and 4 deletions

View file

@ -5158,9 +5158,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7884"
#define REVISION_NR "7885"
#endif // __REVISION_NR_H__