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:
Azcobu
2021-06-03 01:17:22 +09:30
committed by GitHub
parent 84c9d1c462
commit 3205eca428

View File

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