From 6223dd643797367cba4f056bda9bcbc8b52844b1 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 7 Jul 2017 22:03:59 +0200 Subject: DB/Gameobject: Add missing spawn of The Alliance of Lordaeron (cherry picked from commit fb194588e15763da32094624085edd7125cb1b64) --- sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql b/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql new file mode 100644 index 00000000000..7144d89fabd --- /dev/null +++ b/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid`=69; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(69, 175746, 530, '0', 0, 9556.93, -7210.03, 27.1505, 5.37153, 0, 0, 0.440206, -0.897897, 300, 0, 1, 0); \ No newline at end of file -- cgit v1.2.3