From 434380c9accc0b3885ac6a5b3d67576b2d35153b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 15 Nov 2017 20:06:29 +0100 Subject: DB/Gameobject: Spawn Warchief's Command Board at silvermoon Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/6007e7f818f85a7630ed526d856d63096df041eb Closes #20884 --- sql/updates/world/master/2017_11_15_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_11_15_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_11_15_02_world.sql b/sql/updates/world/master/2017_11_15_02_world.sql new file mode 100644 index 00000000000..aaad9cc37b8 --- /dev/null +++ b/sql/updates/world/master/2017_11_15_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid` = 200628; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(200628, 207325, 530, 3487, 0, 1, 169, 0, 9665.519, -7153.061, 14.25123, 5.480334, 0, 0, -0.3907309, 0.920505, 120, 255, 1, 14545); -- 207325 (Area: 0 - Difficulty: 0) -- cgit v1.2.3