aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-06-27 23:47:47 +0300
committeroffl <offl@users.noreply.github.com>2021-06-27 23:47:47 +0300
commit9519f4b6bbf2f45ea921a804012ca661204b0133 (patch)
tree670b5efa7b6e6ad74b8b4a47ea3668e2932fb985
parent4a95565a7dc3472a1081aec2026e0a4fc259647e (diff)
DB/Loot: Update loot of Satchel of Chilled Goods
Closes #26640
-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;