mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[11599] Hunter T9 4P Bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
1d2172e4c8
commit
5313954c53
5 changed files with 15 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue