From fe95a97b72cfe4ca244c4911b4c1be50c01aed56 Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 22 Oct 2020 01:11:42 +0300 Subject: DB/Creature: Remove incorrectly spawned unused creature Yor (10237) Closes #25594 (cherry picked from commit 0bec5baa7a33047adf439accda93fe8a4c042657) --- sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql b/sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql new file mode 100644 index 00000000000..800e36c767a --- /dev/null +++ b/sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id` = 10237; +DELETE FROM `skinning_loot_template` WHERE `Entry` = 10237; +UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 10237; -- cgit v1.2.3