diff options
author | Killyana <morphone1@gmail.com> | 2017-05-10 19:47:35 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 22:46:22 +0200 |
commit | b5ca81855b409a251e3d44db09af9d4218ffe1ff (patch) | |
tree | 69dc6bef1705c8df4c014e2a2d9962df41b7d8c0 | |
parent | 9a6c2a4da24b8c412e964c2777f81ac9d79544d5 (diff) |
DB/Gameobject: Add a missing cosmetic Yellow Teleport
(cherry picked from commit cadea4f183c955df86c9d9fc76d801cba8868e3f)
-rw-r--r-- | sql/updates/world/master/2020_06_14_05_world_2017_05_10_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_05_world_2017_05_10_02_world.sql b/sql/updates/world/master/2020_06_14_05_world_2017_05_10_02_world.sql new file mode 100644 index 00000000000..fd462c4543d --- /dev/null +++ b/sql/updates/world/master/2020_06_14_05_world_2017_05_10_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid`=59; +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnDifficulties`,`PhaseID`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES +(59, 194026, 571, '0', 0, 3739.33, 3566.95, 341.567, 0.242477, 0, 0, 0.139173, 0.990268, 300, 100, 0); |