fix(DB/Creature): remove skinning from rock worm, rock borer and vile larva (#7791)
This commit is contained in:
parent
411b0a7c56
commit
9dca6381f7
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631169209646445982');
|
||||
|
||||
-- Removed the skinning loot of Rock Worm (NPC 11788), Rock Borer (NPC 11787) and Vile Larva (NPC 12218)
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` IN (11788, 11787, 12218));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue