mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Loot): Green Carapace Shield Incorrectly Dropping From Various Mobs (#6682)
Green Carapace Shield dropped from a Shadowpine Hexxer. - Closes #6606
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625248286388193100');
|
||||
|
||||
DELETE FROM `reference_loot_template` WHERE (`Entry` = 24060) AND (`Item` IN (2021));
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 569) AND (`Item` IN (2021));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(569, 2021, 0, 1.2, 0, 1, 0, 1, 1, '');
|
||||
Reference in New Issue
Block a user