From 52460203d231b980cdee74cfe952da2141a884af Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 22 Jan 2019 14:20:09 +0100 Subject: DB/GameObject: Stonebreaker Brew --- sql/updates/world/3.3.5/2019_01_22_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_22_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_01_22_00_world.sql b/sql/updates/world/3.3.5/2019_01_22_00_world.sql new file mode 100644 index 00000000000..11934899f5c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_22_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (7078); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7078, 184685, 530, 1, 1, -2668.07, 4423.7, 37.0967, 6.25323, 0, 0, -0.0149793, 0.999888, 300, 100, 1); -- cgit v1.2.3