aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-10-22 01:11:42 +0300
committeroffl <offl@users.noreply.github.com>2020-10-22 01:11:42 +0300
commit0bec5baa7a33047adf439accda93fe8a4c042657 (patch)
tree0bce5cc04b9d74edd87a71baa7798a1e5bae7f19
parent1d1e090fe928665d0612482f222466535f94852c (diff)
DB/Creature: Remove incorrectly spawned unused creature Yor (10237)
Closes #25594
-rw-r--r--sql/updates/world/3.3.5/2020_10_22_02_world.sql4
1 files changed, 4 insertions, 0 deletions
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;