fix(DB/creature_loot_template): add Azure Whelpling on Blue Dragonspawn (#7772)

This commit is contained in:
Silker
2021-09-09 08:17:32 -06:00
committed by GitHub
parent 10f82f48b1
commit 06a99d6c65

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631038913388302500');
DELETE FROM `creature_loot_template` WHERE `Entry`=193 AND `Item`=34535;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(193, 34535, 0, 0.1, 0, 1, 0, 1, 1, 'Blue Dragonspawn - Azure Whelpling');