mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8140] Fixed dummy spell proc for 31876 and ranks.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
fccba20c9d
commit
0f6d312e59
5 changed files with 25 additions and 5 deletions
|
|
@ -5521,6 +5521,17 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
}
|
||||
return true;
|
||||
}
|
||||
// Judgements of the Wise
|
||||
case 31876:
|
||||
case 31877:
|
||||
case 31878:
|
||||
target = this;
|
||||
basepoints0 = GetCreatePowers(POWER_MANA) * 25 / 100;
|
||||
triggered_spell_id = 31930;
|
||||
|
||||
// Replenishment
|
||||
CastSpell(this, 57669, true, NULL, triggeredByAura);
|
||||
break;
|
||||
// Holy Power (Redemption Armor set)
|
||||
case 28789:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue