mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Remove skinning_loot_template 100008 from non-skinnable beasts
* by tkrokli * closes #15917
This commit is contained in:
6
sql/updates/world/2016_02_07_07_world_335.sql
Normal file
6
sql/updates/world/2016_02_07_07_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Remove skinning_loot_template 100008 from non-skinnable beasts:
|
||||
UPDATE `creature_template` SET `skinloot`= 0 WHERE `skinloot`= 100008 AND `entry` NOT IN (1042,1043,1069);
|
||||
|
||||
UPDATE `skinning_loot_template` SET `Comment`='Light Leather' WHERE `Item`= 2318 AND `Entry` IN (3098,3124);
|
||||
UPDATE `skinning_loot_template` SET `Comment`='Ruined Leather Scraps' WHERE `Item`= 2934 AND `Entry` IN (3098,3124);
|
||||
Reference in New Issue
Block a user