fix(Core/Spells): Premeditations should not break enemy's stealth. (#8220)

- Closes #8154
This commit is contained in:
UltraNix
2021-10-07 21:20:41 +02:00
committed by GitHub
parent 0e5eb1b0cf
commit f2e0744513

View File

@@ -3276,6 +3276,9 @@ void SpellMgr::LoadSpellCustomAttr()
case 50315: // Disco Ball
spellInfo->AttributesCu |= SPELL_ATTR0_CU_NO_PVP_FLAG;
break;
case 14183: // Premeditation
spellInfo->AttributesCu |= SPELL_ATTR0_CU_DONT_BREAK_STEALTH;
break;
// Xinef: NOT CUSTOM, cant add in DBC CORRECTION because i need to swap effects, too much work to do there
// Envenom