mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Loot): delete 'Recipe: Savory Deviate Delight' from RLT 24701 (#7195)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user