From fa8f66c33d1be8cdb86243a13fd2e8eb25513805 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 7 Dec 2024 10:57:02 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/Gameobject):=20Improve=20spawns=20positi?= =?UTF-8?q?ons=20of=20180867=20`Greater=20Moonl=E2=80=A6=20(#20849)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Gameobject): Improve spawns positions of 180867 `Greater Moonlight Spell Focus` - sync these with sniffed spawns of creature 15897 `Large Spotlight` - fun fact: these gameobjects do not show in sniffs at all -> so probably the currently implemented mechanism at the spotlight is not blizzlike or classic change or something --- .../updates/pending_db_world/rev_1733518561776718500.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1733518561776718500.sql diff --git a/data/sql/updates/pending_db_world/rev_1733518561776718500.sql b/data/sql/updates/pending_db_world/rev_1733518561776718500.sql new file mode 100644 index 000000000..0544e6afc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1733518561776718500.sql @@ -0,0 +1,8 @@ +-- improve spawns positions of 180867 `Greater Moonlight Spell Focus` +-- sync these with sniffed spawns of creature 15897 `Large Spotlight` +UPDATE `gameobject` SET `position_x` = 1642.070556640625, `position_y` = 239.8388671875, `position_z` = 62.67490386962890625 WHERE `guid` = 241003 AND `id` = 180867; +UPDATE `gameobject` SET `position_x` = 10150.49609375, `position_y` = 2602.14306640625, `position_z` = 1330.908447265625 WHERE `guid` = 241002 AND `id` = 180867; +UPDATE `gameobject` SET `position_x` = -4017.510986328125, `position_y` = -11837.7255859375, `position_z` = 0.159306332468986511 WHERE `guid` = 241009 AND `id` = 180867; +UPDATE `gameobject` SET `position_x` = 9479.2578125, `position_y` = -7295.2119140625, `position_z` = 14.40949821472167968 WHERE `guid` = 241008 AND `id` = 180867; +UPDATE `gameobject` SET `position_x` = 5821.92236328125, `position_y` = 642.78399658203125, `position_z` = 648.1099853515625 WHERE `guid` = 241007 AND `id` = 180867; +UPDATE `gameobject` SET `position_y` = -2247.21533203125 WHERE `guid` = 241012 AND `id` = 180867;