fix(DB/SpellProcEvent) Hand of Justice Fix (#11172)

This commit is contained in:
TheDdraig
2022-03-27 16:03:41 +01:00
committed by GitHub
parent 7187aae531
commit b5344b638f

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648383353183302321');
-- This updates the existing proc to allow trinket to pop on any melee damage including melee spells
UPDATE `spell_proc_event` SET `SchoolMask`='1' AND `ProcFlags`='20' WHERE `entry`='15600';