[8367] Fixed build after [8366].

This commit is contained in:
VladimirMangos 2009-08-13 23:17:23 +04:00
parent 83a95a2a5a
commit 8b2517c7a8
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8366"
#define REVISION_NR "8367"
#endif // __REVISION_NR_H__