mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-28 07:12:22 -08:00
fix(DB/Loot): Corrected skinning loot for Scorpid Workers. (#10667)
Fixes #10447
This commit is contained in:
parent
aef1bed593
commit
a49ca466bf
1 changed files with 7 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue