fix(DB/Loot): delete 'Recipe: Savory Deviate Delight' from RLT 24701 (#7195)

This commit is contained in:
Azcobu
2021-08-07 01:07:00 +09:30
committed by GitHub
parent 955c1d1ea1
commit dfe71ff211

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627805665809266322');
-- Delete 'Recipe: Savory Deviate Delight' from RLT 24701
DELETE FROM `reference_loot_template` WHERE `Entry` = 24701 AND `Item` = 6661;