mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Loot): Lady Vashj non-set items (#17996)
This commit is contained in:
@@ -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)');
|
||||
Reference in New Issue
Block a user