fix(DB/Spells): Shadow Weaving can proc from periodic spells (#7221)
- Closes #6689
This commit is contained in:
parent
2b5144c8fe
commit
2b166d1baa
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue