mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/SpellProcEvent) Hand of Justice Fix (#11172)
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user