From 0bec5baa7a33047adf439accda93fe8a4c042657 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 --- sql/updates/world/3.3.5/2020_10_22_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_10_22_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_10_22_02_world.sql b/sql/updates/world/3.3.5/2020_10_22_02_world.sql new file mode 100644 index 00000000000..800e36c767a --- /dev/null +++ b/sql/updates/world/3.3.5/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