fix(DB/Loot): Remove Commander Eligor Dawnbringer's loot table (#8393)
This commit is contained in:
parent
dd34d7e138
commit
6a46fcfb81
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue