fix(DB/Creature): remove skinning from rock worm, rock borer and vile larva (#7791)

This commit is contained in:
Asthalor 2021-09-13 16:06:18 +02:00 committed by GitHub
parent 411b0a7c56
commit 9dca6381f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));