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;