From 6c8d76be30c9fd15d50168ad5d5b1a84a72d9838 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Wed, 18 Aug 2021 08:16:57 +0930 Subject: [PATCH] fix(DB/creature): Shift Silvermane Stalker spawn slightly (#7343) --- .../sql/updates/pending_db_world/rev_1628955615714597262.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1628955615714597262.sql diff --git a/data/sql/updates/pending_db_world/rev_1628955615714597262.sql b/data/sql/updates/pending_db_world/rev_1628955615714597262.sql new file mode 100644 index 000000000..952719731 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1628955615714597262.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628955615714597262'); + +-- Shift Silvermane Stalker spawn slightly to avoid tree +UPDATE `creature` SET `position_x` = -108.08, `position_y` = -3529.83, `position_z` = 118.49 WHERE `id` = 2926 AND `guid` = 93058; +