From 9502e75cacf1afbbc197a713d45a1eceb9baf0d0 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 2 Aug 2021 13:18:09 +0200 Subject: [PATCH] DB/Misc: fixed startup errors --- sql/updates/world/4.3.4/2021_08_02_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/4.3.4/2021_08_02_00_world.sql diff --git a/sql/updates/world/4.3.4/2021_08_02_00_world.sql b/sql/updates/world/4.3.4/2021_08_02_00_world.sql new file mode 100644 index 00000000000..6866990d9d3 --- /dev/null +++ b/sql/updates/world/4.3.4/2021_08_02_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`= 2 WHERE `SpellId`= 79522; +DELETE FROM `linked_respawn` WHERE `guid`= 280419 AND `linkType`= 0;