mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Loot): Tamed Sporebats have drops and Giant Plains Creeper spider should not be skinnable (#14797)
This commit is contained in:
committed by
GitHub
parent
7e3ae7001b
commit
c296407eae
@@ -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;
|
||||
Reference in New Issue
Block a user