Skip to content

Commit

Permalink
(SQL): Add missing Ahune Heroic loot (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gultask authored Jun 27, 2023
1 parent dd3dc97 commit e0bee20
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
38 changes: 20 additions & 18 deletions src/Bracket_1_19/sql/world/progression_1_19_world_event_Ahune.sql
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
-- Change Ahune loot to TBC-Era
DELETE FROM `gameobject_loot_template` WHERE (`Entry` IN (28682, 28683));
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(28682, 35723, 100, 0, 1, 1, 'Shards of Ahune'),
(28682, 35720, 50, 2, 6, 6, 'Lord of Frost\'s Private Label'),
(28682, 35557, 50, 2, 2, 2, 'Huge Snowball'),
(28682, 35514, 5, 0, 1, 1, 'Frostscythe of Lord Ahune'),
(28682, 35498, 10, 0, 1, 1, 'Formula: Enchant Weapon - Deathfrost'),
(28682, 35497, 0, 1, 1, 1, 'Cloak of the Frigid Winds'),
(28682, 35496, 0, 1, 1, 1, 'Icebound Cloak'),
(28682, 35495, 0, 1, 1, 1, 'The Frost Lord\'s War Cloak'),
(28682, 35494, 0, 1, 1, 1, 'Shroud of Winter\'s Chill'),
(28682, 34955, 2, 0, 1, 1, 'Scorched Stone'),
(28683, 35723, 100, 0, 1, 1, 'Shards of Ahune'),
(28683, 35720, 50, 2, 6, 6, 'Lord of Frost\'s Private Label'),
(28682, 35494, 0, 1, 1, 1, 'Shroud of Winter\'s Chill'),
(28682, 35495, 0, 1, 1, 1, 'The Frost Lord\'s War Cloak'),
(28682, 35496, 0, 1, 1, 1, 'Icebound Cloak'),
(28682, 35497, 0, 1, 1, 1, 'Cloak of the Frigid Winds'),
(28682, 35498, 10, 0, 1, 1, 'Formula: Enchant Weapon - Deathfrost'),
(28682, 35514, 5, 0, 1, 1, 'Frostscythe of Lord Ahune'),
(28682, 35557, 50, 2, 2, 2, 'Huge Snowball'),
(28682, 35720, 50, 2, 6, 6, 'Lord of Frost\'s Private Label'),
(28682, 35723, 100, 0, 1, 1, 'Shards of Ahune'),

(28683, 29434, 100, 0, 1, 1, 'Badge of Justice'),
(28683, 34955, 5, 0, 1, 1, 'Scorched Stone'),
(28683, 35498, 20, 0, 1, 1, 'Formula: Enchant Weapon - Deathfrost'),
(28683, 35507, 0, 1, 1, 1, 'Amulet of Bitter Hatred'),
(28683, 35508, 0, 1, 1, 1, 'Choker of the Arctic Flow'),
(28683, 35509, 0, 1, 1, 1, 'Amulet of Glacial Tranquility'),
(28683, 35511, 0, 1, 1, 1, 'Hailstone Pendant'),
(28683, 35514, 10, 0, 1, 1, 'Frostscythe of Lord Ahune'),
(28683, 35557, 50, 2, 2, 2, 'Huge Snowball'),
(28683, 35514, 5, 0, 1, 1, 'Frostscythe of Lord Ahune'),
(28683, 35498, 10, 0, 1, 1, 'Formula: Enchant Weapon - Deathfrost'),
(28683, 35497, 0, 1, 1, 1, 'Cloak of the Frigid Winds'),
(28683, 35496, 0, 1, 1, 1, 'Icebound Cloak'),
(28683, 35495, 0, 1, 1, 1, 'The Frost Lord\'s War Cloak'),
(28683, 35494, 0, 1, 1, 1, 'Shroud of Winter\'s Chill'),
(28683, 34955, 2, 0, 1, 1, 'Scorched Stone');
(28683, 35720, 50, 2, 6, 6, 'Lord of Frost\'s Private Label'),
(28683, 35723, 100, 0, 1, 1, 'Shards of Ahune');

-- Change quest level requirement down to 65
UPDATE `quest_template` SET `MinLevel` = 65 WHERE (`ID` = 11972);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`,
(28682, 54803, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s Battle Shroud'),
(28682, 54804, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Shroud of Winter\'s Chill'),
(28682, 54805, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Cloak of the Frigid Winds'),

(28683, 35498, 0, 3, 0, 1, 0, 1, 1, 'Ice Chest - Formula: Enchant Weapon - Deathfrost'),
(28683, 35557, 0, 28, 0, 1, 0, 1, 2, 'Ice Chest - Huge Snowball'),
(28683, 35720, 0, 3, 0, 1, 0, 5, 6, 'Ice Chest - Lord of Frost\'s Private Label'),
Expand Down

0 comments on commit e0bee20

Please sign in to comment.