fix(DB/loot): Remove Webbed Creature drops (#6199)
Webbed Creature (id: 17680) is not supposed to drop any items. - Closes #6123 - Closes chromiecraft/chromiecraft#732
This commit is contained in:
parent
1638d1f951
commit
7166690726
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622644136275319906');
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 17680;
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 17680;
|
||||
Loading…
Add table
Add a link
Reference in a new issue