fix(DB/Loot): Lady Vashj non-set items (#17996)

This commit is contained in:
Angelo Venturini
2023-12-11 23:33:14 -03:00
committed by GitHub
parent abb36e5abf
commit e4f9dc4a85

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_loot_template` WHERE (`Entry` = 21212) AND (`Item` IN (90062));
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(21212, 90062, 34062, 100, 0, 1, 4, 1, 2, 'Lady Vashj - (ReferenceTable)');