diff options
author | Killyana <morphone1@gmail.com> | 2017-07-07 22:03:59 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-18 18:53:13 +0200 |
commit | 6223dd643797367cba4f056bda9bcbc8b52844b1 (patch) | |
tree | a5989949cef8eb35eb5cfeaae292ab21c7d2b54f | |
parent | c22c02bdc640cff8221ee2d25eaaf9ed2283fd73 (diff) |
DB/Gameobject: Add missing spawn of The Alliance of Lordaeron
(cherry picked from commit fb194588e15763da32094624085edd7125cb1b64)
-rw-r--r-- | sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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 |