mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/GameObject: Stonebreaker Brew
(cherry picked from commit 52460203d2)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user