Core/Spells: Judgements do not require facing
This commit is contained in:
parent
9bee4e2885
commit
a76afc6fdb
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue