From c75f7da9433f50b7fe5bad8b794d2697ba26eab8 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Mon, 26 Dec 2022 06:10:40 -0300 Subject: [PATCH] fix(DB/Loot): Blackwind Sabercat (#14328) --- .../pending_db_world/rev_1671666534424139900.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1671666534424139900.sql diff --git a/data/sql/updates/pending_db_world/rev_1671666534424139900.sql b/data/sql/updates/pending_db_world/rev_1671666534424139900.sql new file mode 100644 index 000000000..ed76f8159 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1671666534424139900.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry`=21887 AND `Item`=21887 AND `Comment`='Knothide Leather'; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Comment`) VALUES (21887, 21887, 'Knothide Leather'); + +UPDATE `creature_template` SET `skinloot` = 21723 WHERE (`entry` = 21723); +DELETE FROM `skinning_loot_template` WHERE (`Entry` = 21723); +INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21723, 21887, 0, 100, 0, 1, 0, 1, 1, 'Blackwind Sabercat - Knothide Leather'), +(21723, 35229, 0, 25, 1, 1, 0, 1, 1, 'Blackwind Sabercat - Nether Residue'), +(21723, 1, 21887, 10, 0, 1, 0, 1, 1, 'Blackwind Sabercat - Knothide Leather (Reference Table)');