diff --git a/sql/migrations/20230623143144_world.sql b/sql/migrations/20230623143144_world.sql index 00938f0d1c7..1c2f88662f6 100644 --- a/sql/migrations/20230623143144_world.sql +++ b/sql/migrations/20230623143144_world.sql @@ -143,6 +143,10 @@ INSERT INTO `creature_ai_scripts` (`id`, `delay`, `priority`, `command`, `datalo UPDATE `creature_template` SET `loot_id` = 0 WHERE `entry` = 235; DELETE FROM `creature_loot_template` WHERE `entry` = 235; +-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +-- Remove Incorrect Creature +DELETE FROM `creature` WHERE `guid` = 21706; + -- End of migration. END IF;