From 8b183ddac3b77eea47eae578226ce8b928d262b8 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 13 Jan 2024 22:52:24 +0100 Subject: Core/Spells: Kill incorrect attribute implementation --- sql/updates/world/3.3.5/2023_01_13_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2023_01_13_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_01_13_00_world.sql b/sql/updates/world/3.3.5/2023_01_13_00_world.sql new file mode 100644 index 00000000000..f932d763f1d --- /dev/null +++ b/sql/updates/world/3.3.5/2023_01_13_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x4 WHERE `SpellId`=70803; -- cgit v1.2.3