From 468457a63ef84c2f359bf29c126c9b4b339bdf05 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Sun, 10 Aug 2025 16:12:46 +0200 Subject: [PATCH] fix(DB/Creature): En'kilah Gargoyles fly well again. (#22658) --- data/sql/updates/pending_db_world/gargoyles.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/gargoyles.sql diff --git a/data/sql/updates/pending_db_world/gargoyles.sql b/data/sql/updates/pending_db_world/gargoyles.sql new file mode 100644 index 000000000..0ec1048f5 --- /dev/null +++ b/data/sql/updates/pending_db_world/gargoyles.sql @@ -0,0 +1,3 @@ + +-- Remove Creature_addon tables from some Gargoyles. +DELETE FROM `creature_addon` WHERE (`guid` IN (100016, 100017, 100018, 100032, 100033, 100034, 100035, 100056, 100057, 100058, 100059, 100060, 100061));