fix(Core/Spells): Implement SPELL_EFFECT_FORCE_CAST_2 (#9613)

* cherry-pick commit (5cdc870acc)
This commit is contained in:
Kitzunu
2021-12-16 01:46:16 +01:00
committed by GitHub
parent 086b20edbc
commit cbdc39ce1e
3 changed files with 3 additions and 3 deletions

View File

@@ -907,7 +907,7 @@ enum SpellEffects
SPELL_EFFECT_CREATE_ITEM_2 = 157,
SPELL_EFFECT_MILLING = 158,
SPELL_EFFECT_ALLOW_RENAME_PET = 159,
SPELL_EFFECT_160 = 160,
SPELL_EFFECT_FORCE_CAST_2 = 160,
SPELL_EFFECT_TALENT_SPEC_COUNT = 161,
SPELL_EFFECT_TALENT_SPEC_SELECT = 162,
SPELL_EFFECT_163 = 163,