mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/Creature): remove skinning loot from several creatures (#12627)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0, `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 11374);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 11374;
|
||||
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 10596);
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 15101);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 15101;
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 15068);
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 15068;
|
||||
Reference in New Issue
Block a user