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 000000000..c0a5c238a --- /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;