DB/GameObject: Stonebreaker Brew

(cherry picked from commit 52460203d2)
This commit is contained in:
Killyana
2019-01-22 14:20:09 +01:00
committed by Shauren
parent e8d978f639
commit 0ed9429233

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `gameobject` WHERE `guid` IN (7078);
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(7078, 184685, 530, '0', 0, -2668.07, 4423.7, 37.0967, 6.25323, 0, 0, -0.0149793, 0.999888, 300, 100, 1);