mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
16
sql/updates/world/2015_11_05_11_world_2015_10_12_00.sql
Normal file
16
sql/updates/world/2015_11_05_11_world_2015_10_12_00.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(5514, 191517, 571, 0, 0, 1, 169, 6255.64, -1185.84, 425.924, 2.12057, 0, 0, 0, 1, 300, 100, 1, 0),
|
||||
(5515, 1732, 0, 0, 0, 1, 169, -9255, -2735, 89.702, 0.436, 0, 0, 0.216439, 0.976296, 900, 100, 1, 0),
|
||||
(5516, 1732, 0, 0, 0, 1, 169, -3149, -3275, 63.632, 0.262, 0, 0, 0, 0, 900, 100, 1, 0),
|
||||
(5518, 1732, 0, 0, 0, 1, 169, -9853.86, 1406.45, 38.028, 1.826, 0, 0, 0.95848, 0.285161, 900, 100, 1, 0),
|
||||
(5519, 1732, 0, 0, 0, 1, 169, -9835.8, 1394.81, 38.405, 0.106, 0, 0, 0, 0, 900, 100, 1, 0),
|
||||
(5520, 1732, 0, 0, 0, 1, 169, -9854.17, 1391.69, 38.7294, 3.244, 0, 0, 0, 0, 900, 100, 1, 0),
|
||||
(5522, 1732, 1, 0, 0, 1, 169, -1521, 1964.46, 67.374, 1.85, 0, 0, 0.798635, 0.601815, 900, 100, 1, 0),
|
||||
(5523, 1732, 0, 0, 0, 1, 169, -9847.12, 1399.89, 37.1306, 3.397, 0, 0, 0.95848, 0.285161, 900, 100, 1, 0),
|
||||
(5524, 1732, 0, 0, 0, 1, 169, -1123, -1277, 66.215, 3.817, 0, 0, 0.943491, -0.331398, 900, 100, 1, 0),
|
||||
(5525, 1732, 1, 0, 0, 1, 169, 2508.13, -1446, 172.044, -2, 0, 0, 0, 0, 900, 100, 1, 0),
|
||||
(5526, 2054, 0, 0, 0, 1, 169, -8850, -1905, 125.96, 4.143, 0, 0, 0, 0, 900, 100, 1, 0),
|
||||
(5527, 1732, 0, 0, 0, 1, 169, -9828, 1415.7, 37.242, 2.663, 0, 0, 0, 0, 900, 100, 1, 0),
|
||||
(5528, 1732, 0, 0, 0, 1, 169, -9843, 1386.87, 39.012, 4.783, 0, 0, 0, 0, 900, 100, 1, 0);
|
||||
Reference in New Issue
Block a user