[7034] Add support 96 bit spell family mask to triggers

Some fix/add data in table (about 100 records)

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-01-06 00:26:52 +03:00
parent 675a90b267
commit b6efea176d
7 changed files with 1607 additions and 723 deletions

View file

@ -4562,6 +4562,15 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
target = this;
break;
}
// Vampiric Touch (generic, used by some boss)
case 52723:
case 60501:
{
triggered_spell_id = 52724;
basepoints0 = damage / 2;
target = this;
break;
}
}
break;
}