mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/loot): Remove high-level consumeables from Scorpid Reaver (#8075)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user