fix(DB/Spell): Judgement of wisdom/light procs (#1943)

This commit is contained in:
GMKyle
2019-06-12 16:47:22 -04:00
committed by Barbz
parent 8c5c86d2b8
commit facd3a8114

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1559669502068295488');
UPDATE `spell_proc_event` SET `SchoolMask` = 0, `procFlags` = 1048576 WHERE `entry` IN (20185,20186);