aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-01-22 14:20:09 +0100
committerKillyana <morphone1@gmail.com>2019-01-22 14:20:09 +0100
commit52460203d231b980cdee74cfe952da2141a884af (patch)
tree0af2b3e5717307efbc359b8666c8ad83fa08da2c
parent18d07e6c4e9bda7af75f9a71179f19bc8672d345 (diff)
DB/GameObject: Stonebreaker Brew
-rw-r--r--sql/updates/world/3.3.5/2019_01_22_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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);