diff options
author | Killyana <morphone1@gmail.com> | 2019-05-21 23:31:21 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-21 23:31:21 +0200 |
commit | 1a569bdec55fc8eb49296505637d39a3935bad05 (patch) | |
tree | 21b88720ad2a4c1cc5d13bf3f689c90b89842abe | |
parent | 8b6d2ecaac71e09db8ff233f7635c5f18674d05a (diff) |
DB: Fix rotation and state for Nether Collector Tube and add Coruu Control Console
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_21_05_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_21_05_world.sql b/sql/updates/world/3.3.5/2019_05_21_05_world.sql new file mode 100644 index 00000000000..3afb971761d --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 1, 1, 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; |