fix(DB/reference_loot): Remove Hide of Lupos from RLT 24062 (#7951)

This commit is contained in:
Azcobu 2021-09-21 20:18:20 +09:30 committed by GitHub
parent 96d92e7204
commit f4ebe78c39
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 ('1631945631125292040');
-- Deletes Hide of Lupos from RLT 24062
DELETE FROM `reference_loot_template` WHERE `Entry` = 24062 AND `Item` = 3018;