diff options
author | Killyana <morphone1@gmail.com> | 2019-01-22 14:20:09 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 21:50:35 +0100 |
commit | 0ed9429233f6b895ce61ba3d6f078b8a463ef280 (patch) | |
tree | 0ba2e95947f929a0c26e5b1c96ec99c83b6d7c9d | |
parent | e8d978f639e887a517bc1bab3e8f36fc664950d6 (diff) |
DB/GameObject: Stonebreaker Brew
(cherry picked from commit 52460203d231b980cdee74cfe952da2141a884af)
-rw-r--r-- | sql/updates/world/master/2021_11_21_37_world_2019_01_22_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_37_world_2019_01_22_00_world.sql b/sql/updates/world/master/2021_11_21_37_world_2019_01_22_00_world.sql new file mode 100644 index 00000000000..24bef222e98 --- /dev/null +++ b/sql/updates/world/master/2021_11_21_37_world_2019_01_22_00_world.sql @@ -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); |