aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-10-05 23:23:50 +0200
committerGitHub <noreply@github.com>2016-10-05 23:23:50 +0200
commitcccb1c5ddea21a4a457877aa698f2bdb162e2ab8 (patch)
treed78e216b450ee3e028dfe8154c34548f430fa4d5
parent12ff6d2f4fc3312eb676194defbcecc2d3998610 (diff)
Update 2016_10_05_11_world_335.sql
-rw-r--r--sql/updates/world/3.3.5/2016_10_05_11_world_335.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_05_11_world_335.sql b/sql/updates/world/3.3.5/2016_10_05_11_world_335.sql
index 2577db707c4..f9f6df2a75b 100644
--- a/sql/updates/world/3.3.5/2016_10_05_11_world_335.sql
+++ b/sql/updates/world/3.3.5/2016_10_05_11_world_335.sql
@@ -2,6 +2,7 @@
UPDATE `gameobject_template` SET `ScriptName`='go_brewfest_music' WHERE `entry`=186221;
-- Add missing Brewfest Music Doodad spawns
+SET @OGUID:=6037;
DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+1;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(@OGUID+0 , 186221, 530, 1, 1, -1897.498, 5560.614, -12.34483, 4.363323, 0, 0, 0, 0, 120, 255, 1),