mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/creature_loot): Remove Black Lotus drops from NPCs (#7948)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631940505188780442');
|
||||
|
||||
-- Deletes Black Lotus from all NPC loot tables
|
||||
DELETE FROM `creature_loot_template` WHERE `item` = 13468 AND `comment` LIKE '%Black Lotus%';
|
||||
|
||||
Reference in New Issue
Block a user