diff options
| author | Killyana <morphone1@gmail.com> | 2017-08-18 23:46:32 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-23 14:21:30 +0200 |
| commit | 3fcb592568442374b7e23519f4ba58cf1f43138c (patch) | |
| tree | 3df22d9602be3397df3178ca128d973fc746302e | |
| parent | e5963fda0ede44600da4624a242ac056cd08f9c4 (diff) | |
DB: Add missing spawns in Wintergarde Mausoleum
(cherry picked from commit c702a1e2505f7f021bb6a6b3e8c0f2bee52e0e33)
| -rw-r--r-- | sql/updates/world/master/2020_08_23_01_world_2017_08_18_00_world.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_01_world_2017_08_18_00_world.sql b/sql/updates/world/master/2020_08_23_01_world_2017_08_18_00_world.sql new file mode 100644 index 00000000000..5a197514019 --- /dev/null +++ b/sql/updates/world/master/2020_08_23_01_world_2017_08_18_00_world.sql @@ -0,0 +1,14 @@ +UPDATE `gameobject` SET `guid`=24167 WHERE `guid`=84 AND `id`=183323; + +-- +DELETE FROM `gameobject` WHERE `guid` IN (84,85,87,89); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(87, 189996, 571, 0, 0, '0', 0, 0, 0, 3687.47, -1182.08, 102.337, 1.0472, 0, 0, -0.528919, -0.848673, 180, 0, 1, 0), +(89, 189996, 571, 0, 0, '0', 0, 0, 0, 3669.43, -1172.8, 102.337, 1.09956, 0, 0, -0.55327, -0.833002, 180, 0, 1, 0), +(85, 189996, 571, 0, 0, '0', 0, 0, 0, 3663.93, -1186.44, 102.404, 3.17654, 0, 0, -0.990359, 0.138522, 180, 0, 1, 0), +(84, 189996, 571, 0, 0, '0', 0, 0, 0, 3662.3, -1190.05, 102.447, 2.26893, 0, 0, -0.839429, -0.54347, 180, 0, 1, 0); + +DELETE FROM `creature` WHERE `guid` IN (48304,48305); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(48304, 27713, 571, 0, 0, '0', 0, 0, 0, 0, 1, 3663.803, -1191.971, 102.336, 2.065532, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(48305, 27713, 571, 0, 0, '0', 0, 0, 0, 0, 1, 3666.517, -1185.729, 102.336, 3.322169, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
