fix(DB/creature_template): make various critters/pets unskinnable (#7302)
This commit is contained in:
parent
435761b284
commit
02e06e01e5
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628691033880289424');
|
||||
|
||||
-- Removes skinning loot from various lvl 1 pets, critters and items
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (1419, 2230, 4781, 6728, 7507, 7508, 7509, 7557, 8662, 10116, 10577, 10657, 12202, 14453, 14646, 14869);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue