From 06a99d6c654215323ead9546938cf35c7571dd3a Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Thu, 9 Sep 2021 08:17:32 -0600 Subject: [PATCH] fix(DB/creature_loot_template): add Azure Whelpling on Blue Dragonspawn (#7772) --- .../updates/pending_db_world/rev_1631038913388302500.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1631038913388302500.sql diff --git a/data/sql/updates/pending_db_world/rev_1631038913388302500.sql b/data/sql/updates/pending_db_world/rev_1631038913388302500.sql new file mode 100644 index 000000000..a3113a15a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1631038913388302500.sql @@ -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'); +