From 4d5c23e1910ef04edbf538b11546f2032d18d799 Mon Sep 17 00:00:00 2001 From: zackchadwick <73787423+zackchadwick@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:36:04 -0400 Subject: [PATCH] fix(Core/Creature): Update Marksman Bova location and model (#26504) Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> --- .../pending_db_world/rev_1783319870710449449.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1783319870710449449.sql diff --git a/data/sql/updates/pending_db_world/rev_1783319870710449449.sql b/data/sql/updates/pending_db_world/rev_1783319870710449449.sql new file mode 100644 index 0000000000..769c202a45 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1783319870710449449.sql @@ -0,0 +1,10 @@ +-- Move Marksman Bova to the correct position and model. + +UPDATE `creature` SET `position_x` = -1721.4673, `position_y` = 5637.9883, `position_z` = 128.10652, `orientation` = 2.321287870407104492 WHERE `guid` = 85406 AND `id` = 25195; + +DELETE FROM `creature_template_model` WHERE `CreatureID` = 25195; +INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES +(25195, 0, 18743, 1, 1, 51831), +(25195, 1, 18742, 1, 0, 51831), +(25195, 2, 18741, 1, 0, 51831), +(25195, 3, 18740, 1, 0, 51831);