From 8dbc871c1c44519156973924a3046ec0395602fe Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 21 May 2019 23:31:21 +0200 Subject: DB: Fix rotation and state for Nether Collector Tube and add Coruu Control Console (cherry picked from commit 1a569bdec55fc8eb49296505637d39a3935bad05) --- .../world/master/2021_12_06_00_world_2019_05_21_05_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2021_12_06_00_world_2019_05_21_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_06_00_world_2019_05_21_05_world.sql b/sql/updates/world/master/2021_12_06_00_world_2019_05_21_05_world.sql new file mode 100644 index 00000000000..ab2b606378c --- /dev/null +++ b/sql/updates/world/master/2021_12_06_00_world_2019_05_21_05_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (105477) AND `id`=20417; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(105477, 20417, 530, 0, 0, '0', 0, 0, 0, 2421.398, 2756.137, 135.6086, 6.073746, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); +UPDATE `gameobject` SET `rotation0`=0.392848, `rotation1`=0.587938, `rotation2`=0.587938,`rotation3`=0.392847, `state`=0 WHERE `guid`=25023; +UPDATE `gameobject` SET `rotation0`=0.150033, `rotation1`=0.691007, `rotation2`=0.691007,`rotation3`=0.150032, `state`=0 WHERE `guid`=25024; +UPDATE `gameobject` SET `rotation0`=0.591052, `rotation1`=-0.38814, `rotation2`=-0.38814,`rotation3`=0.591051, `state`=0 WHERE `guid`=25025; +UPDATE `gameobject` SET `rotation0`=0.557208, `rotation1`=0.435338, `rotation2`=0.435338,`rotation3`=0.557208, `state`=0 WHERE `guid`=25026; -- cgit v1.2.3