mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc_event` SET `procFlags`=0x10 WHERE `entry` IN (20335,20336,20337,53695,53696);
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user