fix(DB/creature_loot): Remove Black Lotus drops from NPCs (#7948)

This commit is contained in:
Azcobu 2021-09-21 04:21:28 +09:30 committed by GitHub
parent ab59991106
commit 19c35718be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%';