diff options
author | offl <offl@users.noreply.github.com> | 2020-10-22 01:11:42 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 22:00:44 +0100 |
commit | fe95a97b72cfe4ca244c4911b4c1be50c01aed56 (patch) | |
tree | 50b9a6883e5136e93f40a2518dda8d31212c3649 | |
parent | 68129102c0e8f390351bd1164271266d1eb9f3e7 (diff) |
DB/Creature: Remove incorrectly spawned unused creature Yor (10237)
Closes #25594
(cherry picked from commit 0bec5baa7a33047adf439accda93fe8a4c042657)
-rw-r--r-- | sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql b/sql/updates/world/master/2022_02_28_46_world_2020_10_22_02_world.sql new file mode 100644 index 00000000000..800e36c767a --- /dev/null +++ b/sql/updates/world/master/2022_02_28_46_world_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; |