Update 2016_10_05_11_world_335.sql

This commit is contained in:
Aokromes
2016-10-05 23:23:50 +02:00
committed by GitHub
parent 12ff6d2f4f
commit cccb1c5dde

View File

@@ -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),