mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 13:35:08 +00:00
fix(DB/Loot): remove Dark Iron Ale Mug from Whit Wantmal (#6750)
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user