fix(DB/Loot): Remove Commander Eligor Dawnbringer's loot table (#8393)

This commit is contained in:
Azcobu
2021-10-11 08:45:17 +10:30
committed by GitHub
parent dd34d7e138
commit 6a46fcfb81

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633841812215829906');
-- Removes loot from Commander Eligor Dawnbringer
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 16115;
-- Tidy loot table entries
DELETE FROM `creature_loot_template` WHERE `Entry` = 16115;