mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
DB/Creature: Remove incorrectly spawned unused creature Yor (10237)
Closes #25594
(cherry picked from commit 0bec5baa7a)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user