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:
anguaive 2021-06-11 09:47:03 +02:00 committed by GitHub
parent 1638d1f951
commit 7166690726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;