mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7885] Fixed talent 34914 and ranks proc spell to correct spellid.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
2bf4660129
commit
37f8cea0a1
2 changed files with 3 additions and 4 deletions
|
|
@ -5158,9 +5158,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||||
if(triggeredByAura->GetCasterGUID() != pVictim->GetGUID())
|
if(triggeredByAura->GetCasterGUID() != pVictim->GetGUID())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// energize amount
|
// Energize 0.25% of max. mana
|
||||||
basepoints0 = triggerAmount*damage/100;
|
pVictim->CastSpell(pVictim,57669,true,castItem,triggeredByAura);
|
||||||
pVictim->CastCustomSpell(pVictim,34919,&basepoints0,NULL,NULL,true,castItem,triggeredByAura);
|
|
||||||
return true; // no hidden cooldown
|
return true; // no hidden cooldown
|
||||||
}
|
}
|
||||||
// Divine Aegis
|
// Divine Aegis
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7884"
|
#define REVISION_NR "7885"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue