From 1294bf7d0d3278085dcc6669cfe517b0115537e9 Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Fri, 18 Feb 2022 19:18:24 -0500 Subject: [PATCH] Add (DB\Gameobject): Missing Bon Fires VOS (#10738) Adds in missing Bon Fires in orgrimmar in valley of strength. Guids used were checked and are currently unused. --- .../updates/pending_db_world/rev_1645221713034760650.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1645221713034760650.sql diff --git a/data/sql/updates/pending_db_world/rev_1645221713034760650.sql b/data/sql/updates/pending_db_world/rev_1645221713034760650.sql new file mode 100644 index 000000000..2f8599255 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1645221713034760650.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645221713034760650'); + +DELETE FROM `gameobject` WHERE `guid` IN (6980,6982,6986,6989); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(6980, 177019, 1, 0, 0, 1, 1, 1592.37, -4427.32, 8.05301, 0.087267, 0, 0, 0.0436197, 0.999048, 900, 100, 1, '', 0), +(6982, 177024, 1, 0, 0, 1, 1, 1555.5, -4355.75, 0.491264, 1.30027, 0, 0, 0.605294, 0.796002, 900, 100, 1, '', 0), +(6986, 177020, 1, 0, 0, 1, 1, 1608.97, -4447.55, 8.13559, 1.30027, 0, 0, 0.605294, 0.796002, 900, 100, 1, '', 0), +(6989, 177017, 1, 0, 0, 1, 1, 1510.94, -4433.99, 19.7736, 1.30073, 0, 0, 0.605477, 0.795863, 900, 100, 1, '', 0);