Core/Spells: Fix typo in 922a174683 and drop wrong check that breaks Judgements of the Just talent. Thx to Greymane for pointing out problem

Closes #2377
This commit is contained in:
tobmaps
2011-11-11 19:05:12 +07:00
parent 847fc35e6d
commit 4c44085dfa
2 changed files with 3 additions and 5 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_proc_event` SET `procFlags`=0x10 WHERE `entry` IN (20335,20336,20337,53695,53696);

View File

@@ -8000,11 +8000,8 @@ bool Unit::HandleAuraProc(Unit* victim, uint32 damage, Aura* triggeredByAura, Sp
else if (dummySpell->SpellIconID == 3015)
{
*handled = true;
if (procSpell->Category == SPELLCATEGORY_JUDGEMENT)
{
CastSpell(victim, 68055, true);
return true;
}
CastSpell(victim, 68055, true);
return true;
}
// Glyph of Divinity
else if (dummySpell->Id == 54939)