fix(DB/Loot): remove Dark Iron Ale Mug from Whit Wantmal (#6750)

This commit is contained in:
Azcobu
2021-07-08 01:24:57 +09:30
committed by GitHub
parent 3b745b06b2
commit b3cd5ee593

View File

@@ -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;