fix(Core/Spells): Premeditations should not break enemy's stealth. (#8220)
- Closes #8154
This commit is contained in:
parent
0e5eb1b0cf
commit
f2e0744513
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue