diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-04-29 02:17:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 02:17:51 +0200 |
commit | e70e03890dc7fe9cc69a9c938f95bf3e5088dfc6 (patch) | |
tree | 9b8b0f1b5ea6e7517c2ec54f1de40724b612edab | |
parent | e47b4f24ef6a762537eb207656b50a8b1328e545 (diff) |
DB/Misc: Fix one runtime error
By Malcrom
-rw-r--r-- | sql/updates/world/master/2017_04_29_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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; |