[Spell] Paladin reckoning bomb, finally (after 32fbe26e)
The whole implementation is hacky. Which is not surprising though: the mechanic of the "Reconing bomb" looks quite unusual/hacky for the WoW
This commit is contained in:
parent
6f45db37b2
commit
0be8fb0447
@ -1160,8 +1160,8 @@ SpellAuraProcResult Unit::HandleProcTriggerSpellAuraProc(Unit* pVictim, uint32 d
|
||||
return SPELL_AURA_PROC_FAILED;
|
||||
}
|
||||
|
||||
// not allow proc extra attack spell at extra attack
|
||||
if (m_extraAttacks && triggerEntry->HasSpellEffect(SPELL_EFFECT_ADD_EXTRA_ATTACKS))
|
||||
// not allow proc extra attack spell at extra attack, except the paladin Reckoning with hacky limitation in the spelleffect
|
||||
if (m_extraAttacks && triggerEntry->HasSpellEffect(SPELL_EFFECT_ADD_EXTRA_ATTACKS) && triggerEntry->Id != 20178)
|
||||
{ return SPELL_AURA_PROC_FAILED; }
|
||||
|
||||
// Custom basepoints/target for exist spell
|
||||
|
Loading…
x
Reference in New Issue
Block a user