From 96d5fa62d61695f582792f7a68fb04ca277bcc2c Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 1 Dec 2017 19:09:07 +0100 Subject: [PATCH] DB/Misc: Fix few startup errors By Killyana --- sql/updates/world/4.3.4/2017_12_01_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_12_01_06_world.sql diff --git a/sql/updates/world/4.3.4/2017_12_01_06_world.sql b/sql/updates/world/4.3.4/2017_12_01_06_world.sql new file mode 100644 index 00000000000..29505545a34 --- /dev/null +++ b/sql/updates/world/4.3.4/2017_12_01_06_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=12039 WHERE `entryorguid`=4517 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=79606 WHERE `entryorguid`=204019 AND `source_type`=1 AND `id`=1; +DELETE FROM `spell_target_position` WHERE `ID`=71241;