fix(DB/Spells): Glyph of Backstab should proc off only from Backstab (#8985)

- Closes #8735
This commit is contained in:
UltraNix
2021-11-11 20:39:43 +01:00
committed by GitHub
parent 9e3332dc20
commit 8388fdac34

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636143937359438400');
UPDATE `spell_proc_event` SET `SpellFamilyMask0`=0x4 WHERE `entry`=56800;