aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-26 18:10:11 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 13:55:30 +0100
commitad28b1e10c3d80a233a547817363ec41f38c6ca0 (patch)
tree589b511d8c9f2402d4614c3130a214d1006736ba
parent031e1b83585fcd92129b9d8edbf73109f817d98d (diff)
DB/Object: Add missing Dirt mound spawn
(cherry picked from commit 812809a977e2ba2a53e55c3dfc74bbed9dd59b7a)
-rw-r--r--sql/updates/world/2016_01_17_03_world_2015_12_26_02.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_03_world_2015_12_26_02.sql b/sql/updates/world/2016_01_17_03_world_2015_12_26_02.sql
new file mode 100644
index 00000000000..8d51e8774d9
--- /dev/null
+++ b/sql/updates/world/2016_01_17_03_world_2015_12_26_02.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `gameobject` WHERE `guid`=5842 AND `id`=186944;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
+(5842, 186944, 571, 1, 169, 689.564, -3374.71, 67.9706, -1.79769, 0, 0, -0.782608, 0.622514, 300, 100, 1);