fix(DB/Loot): Tamed Sporebats have drops and Giant Plains Creeper spider should not be skinnable (#14797)

This commit is contained in:
Mathematical Shitpost Emissary
2023-02-26 22:13:32 -05:00
committed by GitHub
parent 7e3ae7001b
commit c296407eae

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `creature_loot_template` WHERE `entry`= 18201 AND `Item`= 22787;
UPDATE `creature_template` SET `mingold`=0, `maxgold`=0, `lootid`=0 WHERE `entry`=18201;
DELETE FROM `skinning_loot_template` WHERE `Entry`= 2565 AND `Item`= 4234;
UPDATE `creature_template` SET `skinloot`=0 WHERE `entry`=2565;