aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2021_06_27_04_world.sql4
1 files changed, 4 insertions, 0 deletions
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;