fix(DB/Creature): Skinning loot (#5219)

This commit is contained in:
Stifler82
2021-04-11 11:03:30 +01:00
committed by GitHub
parent d1f4306e1b
commit 6609e11be2

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618037276986031900');
DELETE FROM `skinning_loot_template` WHERE (`entry` = 1984);
UPDATE `creature_template` SET `skinloot` = 100002 WHERE (`entry` IN (2032, 1984));