mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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:
|
case 31878:
|
||||||
// triggered only at casted Judgement spells, not at additional Judgement effects
|
// triggered only at casted Judgement spells, not at additional Judgement effects
|
||||||
if(!procSpell || procSpell->Category != 1210)
|
if(!procSpell || procSpell->Category != 1210)
|
||||||
return;
|
return false;
|
||||||
|
|
||||||
target = this;
|
target = this;
|
||||||
triggered_spell_id = 31930;
|
triggered_spell_id = 31930;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8366"
|
#define REVISION_NR "8367"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue