mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
4
sql/updates/world/3.3.5/2021_06_27_04_world.sql
Normal file
4
sql/updates/world/3.3.5/2021_06_27_04_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user