From 9519f4b6bbf2f45ea921a804012ca661204b0133 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 27 Jun 2021 23:47:47 +0300 Subject: DB/Loot: Update loot of Satchel of Chilled Goods Closes #26640 --- sql/updates/world/3.3.5/2021_06_27_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_06_27_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_06_27_04_world.sql b/sql/updates/world/3.3.5/2021_06_27_04_world.sql new file mode 100644 index 00000000000..f81f567185f --- /dev/null +++ b/sql/updates/world/3.3.5/2021_06_27_04_world.sql @@ -0,0 +1,4 @@ +-- Replace Burning Blossom with Emblem of Frost, Burning Blossom replaced Emblem of Frost only in Cata +-- Raise chance of Frostscythe of Lord Ahune +UPDATE `item_loot_template` SET `Item` = 49426, `GroupId` = 0, `MinCount` = 2, `MaxCount` = 2 WHERE `Entry` = 54536 AND `Item` = 23247; +UPDATE `item_loot_template` SET `Chance` = 6 WHERE `Entry` = 54536 AND `Item` = 54806; -- cgit v1.2.3