fix(DB/Spells): Shadow Weaving can proc from periodic spells (#7221)

- Closes #6689
This commit is contained in:
UltraNix
2021-08-08 18:12:16 +02:00
committed by GitHub
parent 2b5144c8fe
commit 2b166d1baa

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628018690377094600');
UPDATE `spell_proc_event` SET `procFlags`=`procFlags`|0x00040000 WHERE `entry` IN (15257,15331,15332);