From 812809a977e2ba2a53e55c3dfc74bbed9dd59b7a Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 26 Dec 2015 18:10:11 +0100 Subject: DB/Object: Add missing Dirt mound spawn --- sql/updates/world/2015_12_26_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_12_26_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_12_26_02_world.sql b/sql/updates/world/2015_12_26_02_world.sql new file mode 100644 index 00000000000..021dec0be80 --- /dev/null +++ b/sql/updates/world/2015_12_26_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid`=5842 AND `id`=186944; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(5842, 186944, 571, 1, 1, 689.564, -3374.71, 67.9706, -1.79769, 0, 0, -0.782608, 0.622514, 300, 100, 1); -- cgit v1.2.3