Skip to content

Commit cc21cbf

Browse files
Nyeriahclaude
andauthored
fix(DB): Gate WotLK Ahune 232 loot behind ToC phase (#478)
The WotLK Ahune revert restored the ilvl-232 cloaks (54801-54805) at the first level-80 bracket (Naxxramas, 80_1_1). That item level matches phase-3 normal raid gear, so the cloaks were available two phases early. - 80_1_1 now restores only the WotLK encounter (level 80, the level-75 daily and emblem path, seasonal cosmetics); the epic cloaks are withheld. - 80_3 (Trial of the Crusader) unlocks the ilvl-232 cloaks, where their item level fits. - Also adds the WotLK Frostscythe of Lord Ahune (54806, ilvl 232) to the 80_3 loot. The previous revert dropped no weapon at all once a realm reached 80; it is now part of the same guaranteed epic group as the cloaks. References: https://wowgaming.altervista.org/aowow/?item=54536 Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 41e56e4 commit cc21cbf

2 files changed

Lines changed: 30 additions & 12 deletions

File tree

src/Bracket_80_1_1/sql/world/progression_1_19_world_event_Ahune_down.sql

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
1-
-- Revert Ahune loot to WotLK-Era
1+
-- Revert Ahune to the WotLK-era encounter (level 80) at the first WotLK phase.
2+
-- The ilvl-232 cloaks are withheld here and unlocked in the Trial of the Crusader
3+
-- phase (Bracket_80_3), since their item level matches phase-3 normal raid gear.
24
DELETE FROM `gameobject_loot_template` WHERE (`Entry` IN (28682, 28683));
35
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
46
(28682, 35498, 0, 3, 0, 1, 0, 1, 1, 'Ice Chest - Formula: Enchant Weapon - Deathfrost'),
57
(28682, 35557, 0, 100, 0, 1, 0, 2, 2, 'Ice Chest - Huge Snowball'),
68
(28682, 35720, 0, 3, 0, 1, 0, 6, 6, 'Ice Chest - Lord of Frost\'s Private Label'),
79
(28682, 35723, 0, 100, 0, 1, 0, 1, 1, 'Ice Chest - Shards of Ahune'),
8-
(28682, 54801, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Icebound Cloak'),
9-
(28682, 54802, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s War Cloak'),
10-
(28682, 54803, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s Battle Shroud'),
11-
(28682, 54804, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Shroud of Winter\'s Chill'),
12-
(28682, 54805, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Cloak of the Frigid Winds'),
1310

1411
(28683, 35498, 0, 3, 0, 1, 0, 1, 1, 'Ice Chest - Formula: Enchant Weapon - Deathfrost'),
1512
(28683, 35557, 0, 28, 0, 1, 0, 1, 2, 'Ice Chest - Huge Snowball'),
1613
(28683, 35720, 0, 3, 0, 1, 0, 5, 6, 'Ice Chest - Lord of Frost\'s Private Label'),
17-
(28683, 35723, 0, 100, 0, 1, 0, 1, 1, 'Ice Chest - Shards of Ahune'),
18-
(28683, 54801, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Icebound Cloak'),
19-
(28683, 54802, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s War Cloak'),
20-
(28683, 54803, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s Battle Shroud'),
21-
(28683, 54804, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Shroud of Winter\'s Chill'),
22-
(28683, 54805, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Cloak of the Frigid Winds');
14+
(28683, 35723, 0, 100, 0, 1, 0, 1, 1, 'Ice Chest - Shards of Ahune');
2315

2416
-- Change quest level requirement back to 75
2517
UPDATE `quest_template` SET `MinLevel` = 75 WHERE (`ID` = 11972);
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
-- Unlock the ilvl-232 Ahune cloaks once the Trial of the Crusader phase makes
2+
-- their item level appropriate. Until this bracket the Ice Chests drop only the
3+
-- seasonal/emblem rewards set in Bracket_80_1_1.
4+
DELETE FROM `gameobject_loot_template` WHERE (`Entry` IN (28682, 28683));
5+
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
6+
(28682, 35498, 0, 3, 0, 1, 0, 1, 1, 'Ice Chest - Formula: Enchant Weapon - Deathfrost'),
7+
(28682, 35557, 0, 100, 0, 1, 0, 2, 2, 'Ice Chest - Huge Snowball'),
8+
(28682, 35720, 0, 3, 0, 1, 0, 6, 6, 'Ice Chest - Lord of Frost\'s Private Label'),
9+
(28682, 35723, 0, 100, 0, 1, 0, 1, 1, 'Ice Chest - Shards of Ahune'),
10+
(28682, 54801, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Icebound Cloak'),
11+
(28682, 54802, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s War Cloak'),
12+
(28682, 54803, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s Battle Shroud'),
13+
(28682, 54804, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Shroud of Winter\'s Chill'),
14+
(28682, 54805, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Cloak of the Frigid Winds'),
15+
(28682, 54806, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Frostscythe of Lord Ahune'),
16+
17+
(28683, 35498, 0, 3, 0, 1, 0, 1, 1, 'Ice Chest - Formula: Enchant Weapon - Deathfrost'),
18+
(28683, 35557, 0, 28, 0, 1, 0, 1, 2, 'Ice Chest - Huge Snowball'),
19+
(28683, 35720, 0, 3, 0, 1, 0, 5, 6, 'Ice Chest - Lord of Frost\'s Private Label'),
20+
(28683, 35723, 0, 100, 0, 1, 0, 1, 1, 'Ice Chest - Shards of Ahune'),
21+
(28683, 54801, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Icebound Cloak'),
22+
(28683, 54802, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s War Cloak'),
23+
(28683, 54803, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - The Frost Lord\'s Battle Shroud'),
24+
(28683, 54804, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Shroud of Winter\'s Chill'),
25+
(28683, 54805, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Cloak of the Frigid Winds'),
26+
(28683, 54806, 0, 0, 0, 1, 1, 1, 1, 'Ice Chest - Frostscythe of Lord Ahune');

0 commit comments

Comments
 (0)