mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user