From 0f2e390cb20f8f95d8eec75e3feea77fbbeb85c3 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 29 Apr 2017 02:16:22 +0200 Subject: [PATCH] DB/Misc: Fix one runtime error By Malcrom --- sql/updates/world/4.3.4/2017_04_29_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_04_29_01_world.sql diff --git a/sql/updates/world/4.3.4/2017_04_29_01_world.sql b/sql/updates/world/4.3.4/2017_04_29_01_world.sql new file mode 100644 index 00000000000..17b0f6e2327 --- /dev/null +++ b/sql/updates/world/4.3.4/2017_04_29_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature_addon` WHERE `guid`=280010; +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (280010,280010,0,0,258,0, ''); + +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=-9027.755,`position_y`=-91.86395,`position_z`=87.15546 WHERE `guid`=280023; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=-9024.755,`position_y`=-94.86395,`position_z`=87.15546 WHERE `guid`=280024; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=-9024.755,`position_y`=-91.86395,`position_z`=87.15546 WHERE `guid`=280025;