diff options
author | Killyana <morphone1@gmail.com> | 2019-11-14 16:26:58 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-11-14 16:26:58 +0100 |
commit | e0edc20f8ff11c61df31bc78b22f50f156042fe3 (patch) | |
tree | a47fd39e05157f0890c33d5b0d934620df4c6e51 | |
parent | 9597195e82dc030bfadb001ddfc832041924a13b (diff) |
DB/GameObject: Legion Communicator & Legion Communicator Aura
-rw-r--r-- | sql/updates/world/3.3.5/2019_11_14_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_11_14_00_world.sql b/sql/updates/world/3.3.5/2019_11_14_00_world.sql new file mode 100644 index 00000000000..3b8ede9f947 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_11_14_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (9266,9268) AND `id` IN (184072,184092); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(9266, 184072, 530, 3523, 3741, 1, 1, 4671.726, 2512.325, 240.0145, 0.802851, 0, 0, 0.3907309, 0.920505, 120, 255, 1, 15354), -- 184072 (Area: 3741 - Difficulty: 0) +(9268, 184092, 530, 3523, 3741, 1, 1, 4671.729, 2512.325, 242.9658, 2.600535, 0, 0, 0.9636297, 0.267241, 120, 255, 1, 15354); -- 184092 (Area: 3741 - Difficulty: 0) |