[11599] Hunter T9 4P Bonus

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Den 2011-06-04 22:32:02 +04:00 committed by VladimirMangos
parent 1d2172e4c8
commit 5313954c53
5 changed files with 15 additions and 3 deletions

View file

@ -3201,6 +3201,12 @@ SpellAuraProcResult Unit::HandleProcTriggerSpellAuraProc(Unit *pVictim, uint32 d
if (HasAura(67544))
return SPELL_AURA_PROC_FAILED;
}
// Item - Hunter T9 4P Bonus
else if (auraSpellInfo->Id == 67151)
{
trigger_spell_id = 68130;
break;
}
break;
}
case SPELLFAMILY_PALADIN: