Skip to content

Commit

Permalink
DB/Creature: Remove skinning_loot_template 100008 from non-skinnable …
Browse files Browse the repository at this point in the history
…beasts

* by tkrokli
* closes #15917
  • Loading branch information
Rushor committed Feb 7, 2016
1 parent fb445f8 commit 06411e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/updates/world/2016_02_07_07_world_335.sql
@@ -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);

0 comments on commit 06411e9

Please sign in to comment.