From 5e9a856ad797087e24eb13999f39016dcd3f770c Mon Sep 17 00:00:00 2001 From: Keader Date: Mon, 19 Oct 2020 11:27:02 -0300 Subject: Game/Player: Fixed Backlash/Backdraft priority (#25564) Update #18516 --- sql/updates/world/3.3.5/2040_18_51_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2040_18_51_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2040_18_51_00_world.sql b/sql/updates/world/3.3.5/2040_18_51_00_world.sql new file mode 100644 index 00000000000..5698b288056 --- /dev/null +++ b/sql/updates/world/3.3.5/2040_18_51_00_world.sql @@ -0,0 +1,2 @@ +-- Backdraft +UPDATE `spell_proc` SET `SpellFamilyMask1`=131264 WHERE `SpellId` IN(54274,54276,54277); -- cgit v1.2.3