fix(DB/reference_loot): Remove Hide of Lupos from RLT 24062 (#7951)
This commit is contained in:
parent
96d92e7204
commit
f4ebe78c39
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631945631125292040');
|
||||
|
||||
-- Deletes Hide of Lupos from RLT 24062
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry` = 24062 AND `Item` = 3018;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue