From 0bdf7a6b0fc3da39469e7083e4069d111950f64e Mon Sep 17 00:00:00 2001 From: Nicolas Lebacq Date: Fri, 7 Nov 2025 06:47:12 +0000 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Deleted=20Wendigo=20entity?= =?UTF-8?q?=20spawning=20under=20the=20ground=E2=80=A6=20(#23555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/rev_1762456793859479860.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1762456793859479860.sql diff --git a/data/sql/updates/pending_db_world/rev_1762456793859479860.sql b/data/sql/updates/pending_db_world/rev_1762456793859479860.sql new file mode 100644 index 000000000..7aec6decf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1762456793859479860.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` = 3564 AND `id1` = 1135;