*Fix judgements of the Wise

*Fix Druids Survival Instincts and thunder clap - by Lightguard.
*Fix Death Coil - by Fisherman, aerione_alt, Lightguard

--HG--
branch : trunk
This commit is contained in:
QAston
2009-03-08 03:10:03 +01:00
parent 63b4a12251
commit 86a4bc7f3f
6 changed files with 56 additions and 5 deletions
+11
View File
@@ -5843,6 +5843,17 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
basepoints0 = GetAttackTime(BASE_ATTACK) * int32(ap*0.022f + 0.044f * holy) / 1000;
break;
}
// Judgements of the Wise
if (dummySpell->SpellIconID == 3017)
{
// hardcoded amount
basepoints0 = 15 * GetMaxPower(POWER_MANA)/100;
target = this;
triggered_spell_id = 57669;
// replenishment
CastCustomSpell(this,31930,&basepoints0,0,0,true,0,triggeredByAura);
break;
}
// Sanctified Wrath
if (dummySpell->SpellIconID == 3029)
{