mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/loot): Remove overlevelled items (#6076)
Remove Shriveled Heart from Farmer Ray Remove Sunroc Mask from Sawtooth Crocolisk Remove Sunroc Gloves from Sawtooth Snapper
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622117565567403115');
|
||||
|
||||
-- Remove Shriveled Heart from Farmer Ray
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 232 AND `Item` = 9243;
|
||||
-- Remove Sunroc Mask from Sawtooth Crocolisk
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 1082 AND `Item` = 24737;
|
||||
-- Remove Sunroc Gloves from Sawtooth Snapper
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 1087 AND `Item` = 24736;
|
||||
Reference in New Issue
Block a user