fix(DB/Loot): Corrected skinning loot for Scorpid Workers. (#10667)

Fixes #10447
This commit is contained in:
UltraNix
2022-02-18 02:07:52 +01:00
committed by GitHub
parent aef1bed593
commit a49ca466bf

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644769898514768700');
UPDATE `creature_template` SET `skinloot`=3124 WHERE `entry`=3124;
DELETE FROM `skinning_loot_template` WHERE `entry`=3124;
INSERT INTO `skinning_loot_template` VALUES
(3124,2318,0,10,0,1,1,1,1,'Light Leather'),
(3124,2934,0,88,0,1,1,1,1,'Ruined Leather Scraps');