From 4392da3ca863b5700f25ff47661b6df8982adb7a Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 11 Oct 2021 00:11:46 +0200 Subject: [PATCH] fix(DB/Gameobjects): Corrected position of one bonfire in Orgrimmar during Midsummer event. (#8333) Fixes #6932 --- data/sql/updates/pending_db_world/rev_1633622346247698400.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633622346247698400.sql diff --git a/data/sql/updates/pending_db_world/rev_1633622346247698400.sql b/data/sql/updates/pending_db_world/rev_1633622346247698400.sql new file mode 100644 index 000000000..3d8aab14d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633622346247698400.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633622346247698400'); + +UPDATE `gameobject` SET `orientation`=6.0, `rotation0`=0, `rotation1`=0, `rotation2`=0.607782, `rotation3`=0.794104 WHERE `guid`=31669;