aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeppic1 <Teppic1@users.noreply.github.com>2017-10-23 23:14:38 +0200
committerKillyana <morphone1@gmail.com>2017-10-23 23:14:38 +0200
commit93b1e9977c23e3e62163bb67fabad97524e5297b (patch)
treee43ddab1cc5de481fb81541de3a302a8394561ca
parenta96982532f1e3c00aa6b9edb555f99ac008af536 (diff)
DB/Gameobject: Add Missing bonfire in Amani Catacombs
Closes #20688
-rw-r--r--sql/updates/world/3.3.5/2017_10_23_05_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_23_05_world.sql b/sql/updates/world/3.3.5/2017_10_23_05_world.sql
new file mode 100644
index 00000000000..5b6303dce47
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_23_05_world.sql
@@ -0,0 +1,8 @@
+--
+SET @OGUID:=970;
+DELETE FROM `gameobject` WHERE `guid`=@OGUID;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(@OGUID, 192612, 530, 3433, 3509, 1, 1, 7567.479, -7359.604, 161.8884, 3.159062, 0, 0, -0.9999619, 0.008734641, 120, 255, 1, 14545); -- 192612
+DELETE FROM `gameobject_addon` WHERE `guid`=@OGUID;
+INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`) VALUES
+(@OGUID, 0, 0, 0.9999619, -0.00872653); -- 192612