mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10129] Add cooldown marker for talent 56342 and ranks triggering spell.
(based on zergtmn's repo commit 87d1309) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f5d6fe6b01
commit
3215c80cce
3 changed files with 15 additions and 1 deletions
|
|
@ -7567,6 +7567,13 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
|||
if (!(procSpell->SpellFamilyFlags & UI64LIT(0x0000000000000020)))
|
||||
return false;
|
||||
}
|
||||
// Lock and Load
|
||||
else if (auraSpellInfo->SpellIconID == 3579)
|
||||
{
|
||||
// Check for Lock and Load Marker
|
||||
if (HasAura(67544))
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_PALADIN:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue