[7777] Fixed talent 30299 and ranks procing also from holy dmg.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Corfen 2009-05-05 22:02:33 +02:00 committed by ApoC
parent fefe56e3c5
commit e70fdad6b7
5 changed files with 11 additions and 3 deletions

View file

@ -6221,8 +6221,8 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
switch(GetFirstSchoolInMask(GetSpellSchoolMask(procSpell)))
{
case SPELL_SCHOOL_NORMAL:
case SPELL_SCHOOL_HOLY:
return false; // ignore
case SPELL_SCHOOL_HOLY: trigger_spell_id = 54370; break;
case SPELL_SCHOOL_FIRE: trigger_spell_id = 54371; break;
case SPELL_SCHOOL_NATURE: trigger_spell_id = 54375; break;
case SPELL_SCHOOL_FROST: trigger_spell_id = 54372; break;