mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_loot): Remove Plaguebloom drops from NPCs (#7950)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631944525344217322');
|
||||
|
||||
-- Deletes Plaguebloom from all NPC loot tables
|
||||
DELETE FROM `creature_loot_template` WHERE `item` = 13466 AND `comment` LIKE '%Plaguebloom%';
|
||||
|
||||
-- Remove loot from Crimson Bodyguard
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `Entry` = 13118 AND `Name` = 'Crimson Bodyguard';
|
||||
Reference in New Issue
Block a user