From 52f1380530c32ccbaecc5018f7ddddfa768cbbcc Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:58:15 +0100 Subject: [PATCH] fix(DB/Creature): Remove Amani Bear Mounts from Zul'Aman. (#20641) --- data/sql/updates/pending_db_world/remove_amani_bear_mount.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/remove_amani_bear_mount.sql diff --git a/data/sql/updates/pending_db_world/remove_amani_bear_mount.sql b/data/sql/updates/pending_db_world/remove_amani_bear_mount.sql new file mode 100644 index 00000000000000..c0a5c238afe1d4 --- /dev/null +++ b/data/sql/updates/pending_db_world/remove_amani_bear_mount.sql @@ -0,0 +1,3 @@ + +DELETE FROM `linked_respawn` WHERE `guid` IN (89266, 89267, 89272, 89275); +DELETE FROM `creature` WHERE `id1` = 24217;