mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature): Skinning loot (#5219)
This commit is contained in:
@@ -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));
|
||||
Reference in New Issue
Block a user