mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Spells): Shadow Weaving can proc from periodic spells (#7221)
- Closes #6689
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user