From 461147efe9c66bf22b1662213dd3b2703a9e4524 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Wed, 19 Apr 2023 03:30:51 +0300 Subject: [PATCH] fix(DB/Scripts): Infernal Oversoul spawn position. (#15983) --- data/sql/updates/pending_db_world/rev_1681730931684054700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1681730931684054700.sql diff --git a/data/sql/updates/pending_db_world/rev_1681730931684054700.sql b/data/sql/updates/pending_db_world/rev_1681730931684054700.sql new file mode 100644 index 000000000..6be1d5738 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1681730931684054700.sql @@ -0,0 +1,2 @@ +-- 21735 (Infernal Oversoul) +UPDATE `event_scripts` SET `x` = -3368.91, `y` = 2145.37, `z` = -8.39026, `o` = 4.4855 WHERE `id` = 13980 AND `datalong` = 21735;