fix(DB/Creature): Delete Tactical Task Briefing IX from Rex Ashil (#8332)

This commit is contained in:
Azcobu 2021-10-11 08:41:38 +10:30 committed by GitHub
parent 8826d7de75
commit e3bd2d3d78
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 ('1633603500355887481');
-- Deletes Tactical Task Briefing IX from Rex Ashil
DELETE FROM `creature_loot_template` WHERE `Entry` = 14475 AND `Item` = 20944;