From ddc9397413854374ea33f2cab518c24b23347d6d Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:42:02 -0500 Subject: [PATCH] fix(DB/gameobject): Adjust Quetz'lun's Corpse Spell Focus location (#22944) --- data/sql/updates/pending_db_world/rev_1758041289461617900.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/rev_1758041289461617900.sql diff --git a/data/sql/updates/pending_db_world/rev_1758041289461617900.sql b/data/sql/updates/pending_db_world/rev_1758041289461617900.sql new file mode 100644 index 000000000..545a4a56c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1758041289461617900.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `position_x` = 5716.26, `position_y` = -4369.34, `position_z` = 385.885 WHERE `guid` = 99747 AND `id` = 190739;