fix(DB/creature_loot): Remove Black Lotus drops from NPCs (#7948)
This commit is contained in:
parent
ab59991106
commit
19c35718be
1 changed files with 5 additions and 0 deletions
|
|
@ -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%';
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue