fix(DB/Loot): remove Dark Iron Ale Mug from Whit Wantmal (#6750)
This commit is contained in:
parent
3b745b06b2
commit
b3cd5ee593
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625490612430815354');
|
||||
|
||||
-- Remove Whit Wantmal's loot table
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 275;
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 275;
|
||||
Loading…
Add table
Add a link
Reference in a new issue