mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8367] Fixed build after [8366].
This commit is contained in:
parent
83a95a2a5a
commit
8b2517c7a8
2 changed files with 2 additions and 2 deletions
|
|
@ -5570,7 +5570,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
case 31878:
|
||||
// triggered only at casted Judgement spells, not at additional Judgement effects
|
||||
if(!procSpell || procSpell->Category != 1210)
|
||||
return;
|
||||
return false;
|
||||
|
||||
target = this;
|
||||
triggered_spell_id = 31930;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue