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:
Zenslash
2021-07-07 12:30:06 +03:00
committed by GitHub
parent 4b58ce2084
commit 39457b2837

View File

@@ -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, '');