From 54b3276adbe9b720d351f8bcf9d71bc3a651c22f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 28 Mar 2022 23:21:32 +0200 Subject: [PATCH] DB/Spells: correct the SpellTypeMask of several trinket procs that were not suposed to proc from effects like buffs or other generic casts --- sql/updates/world/4.3.4/2022_03_28_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/4.3.4/2022_03_28_00_world.sql diff --git a/sql/updates/world/4.3.4/2022_03_28_00_world.sql b/sql/updates/world/4.3.4/2022_03_28_00_world.sql new file mode 100644 index 00000000000..f5837daa622 --- /dev/null +++ b/sql/updates/world/4.3.4/2022_03_28_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellTypeMask`= 0x1 | 0x2 WHERE `SpellId` IN (90848, 90886, 90888, 90892, 90897, 90899, 90990, 90993, 95878);