mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Creature: Remove incorrectly spawned unused creature Yor (10237)
Closes #25594
This commit is contained in:
4
sql/updates/world/3.3.5/2020_10_22_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_10_22_02_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user