DB/Creature: Remove incorrectly spawned unused creature Yor (10237)

Closes #25594

(cherry picked from commit 0bec5baa7a)
This commit is contained in:
offl
2020-10-22 01:11:42 +03:00
committed by Shauren
parent 68129102c0
commit fe95a97b72

View File

@@ -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;