From e70e03890dc7fe9cc69a9c938f95bf3e5088dfc6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 29 Apr 2017 02:17:51 +0200 Subject: DB/Misc: Fix one runtime error By Malcrom --- sql/updates/world/master/2017_04_29_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2017_04_29_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_04_29_01_world.sql b/sql/updates/world/master/2017_04_29_01_world.sql new file mode 100644 index 00000000000..17b0f6e2327 --- /dev/null +++ b/sql/updates/world/master/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; -- cgit v1.2.3