mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Loot): Remove Commander Eligor Dawnbringer's loot table (#8393)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user