mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 11:33:48 +00:00
Core/Spells: Judgements do not require facing
This commit is contained in:
@@ -3558,12 +3558,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
spellInfo->EffectSpellClassMask[0][0] = 0;
|
spellInfo->EffectSpellClassMask[0][0] = 0;
|
||||||
spellInfo->EffectSpellClassMask[0][2] = 0x8000000;
|
spellInfo->EffectSpellClassMask[0][2] = 0x8000000;
|
||||||
break;
|
break;
|
||||||
// Judgements Facing
|
/* Judgements Facing -- SCEICCO: not sure this is offylike
|
||||||
case 20271:
|
case 20271:
|
||||||
case 53407:
|
case 53407:
|
||||||
case 53408:
|
case 53408:
|
||||||
spellInfo->FacingCasterFlags |= SPELL_FACING_FLAG_INFRONT;
|
spellInfo->FacingCasterFlags |= SPELL_FACING_FLAG_INFRONT;
|
||||||
break;
|
break;*/
|
||||||
// Seal of Light trigger
|
// Seal of Light trigger
|
||||||
case 20167:
|
case 20167:
|
||||||
spellInfo->spellLevel = 0;
|
spellInfo->spellLevel = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user