From 9f739ceba003506894a40bf7428a33f14ab15b11 Mon Sep 17 00:00:00 2001 From: Keader Date: Mon, 19 Oct 2020 11:28:20 -0300 Subject: sql update --- sql/updates/world/3.3.5/2020_10_19_00_world.sql | 2 ++ sql/updates/world/3.3.5/2040_18_51_00_world.sql | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 sql/updates/world/3.3.5/2020_10_19_00_world.sql delete 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/2020_10_19_00_world.sql b/sql/updates/world/3.3.5/2020_10_19_00_world.sql new file mode 100644 index 00000000000..5698b288056 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_19_00_world.sql @@ -0,0 +1,2 @@ +-- Backdraft +UPDATE `spell_proc` SET `SpellFamilyMask1`=131264 WHERE `SpellId` IN(54274,54276,54277); 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 deleted file mode 100644 index 5698b288056..00000000000 --- a/sql/updates/world/3.3.5/2040_18_51_00_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Backdraft -UPDATE `spell_proc` SET `SpellFamilyMask1`=131264 WHERE `SpellId` IN(54274,54276,54277); -- cgit v1.2.3