From f7e2fe766d372e6d69e4b8025b495d2ce282dd34 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 13 Feb 2015 13:15:08 +0100 Subject: [PATCH] DB/Misc: Fix 3 startup errors Updates #13707 --- sql/updates/world/2015_02_13_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_02_13_04_world.sql diff --git a/sql/updates/world/2015_02_13_04_world.sql b/sql/updates/world/2015_02_13_04_world.sql new file mode 100644 index 00000000000..96db7cbf845 --- /dev/null +++ b/sql/updates/world/2015_02_13_04_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_o`=0 WHERE `entryorguid`=177490 AND `source_type`=1 AND `id`=0; +UPDATE `smart_scripts` SET `target_o`=0 WHERE `entryorguid`=177490 AND `source_type`=1 AND `id`=2; +UPDATE `smart_scripts` SET `target_o`=0 WHERE `entryorguid`=2749200 AND `source_type`=9 AND `id`=5;