fix(DB/loot): Remove high-level consumeables from Scorpid Reaver (#8075)

This commit is contained in:
Azcobu
2021-10-04 07:22:37 +10:30
committed by GitHub
parent 06e50a9690
commit bed5155f30

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632544235994510638');
-- Remove various high-level consumeables from Scorpid Reaver
DELETE FROM `creature_loot_template` WHERE `Entry` = 4140 AND `Item` IN (4425, 8766, 8932, 8950, 8953, 13443, 13446);