Core/Spells: Judgements do not require facing

This commit is contained in:
mik1893
2016-08-01 07:44:30 +01:00
committed by Yehonal
parent 9bee4e2885
commit a76afc6fdb

View File

@@ -3558,12 +3558,12 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->EffectSpellClassMask[0][0] = 0;
spellInfo->EffectSpellClassMask[0][2] = 0x8000000;
break;
// Judgements Facing
/* Judgements Facing -- SCEICCO: not sure this is offylike
case 20271:
case 53407:
case 53408:
spellInfo->FacingCasterFlags |= SPELL_FACING_FLAG_INFRONT;
break;
break;*/
// Seal of Light trigger
case 20167:
spellInfo->spellLevel = 0;