fix(DB/Loot): Tamed Sporebats have drops and Giant Plains Creeper spider should not be skinnable (#14797)
This commit is contained in:
parent
7e3ae7001b
commit
c296407eae
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue