fix(DB): Gate WotLK Ahune 232 loot behind ToC phase#478
Conversation
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 <[email protected]>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo SQL scripts split Ahune's ice chest loot across progression brackets: cloak items (54801–54805) are removed from the Bracket_80_1_1 script and placed into a new Bracket_80_3 script, which clears and re-inserts the full ChangesAhune Cloak Phase-Gating
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The ilvl-232 Frostscythe of Lord Ahune (54806) was a 1.4% drop in the RDF satchel (54536) from the first WotLK phase, the same phase-3 item level that azerothcore#478 gated out of the Ice Chest. - 80_1_1 drops the scythe from the satchel. - 80_3 (Trial of the Crusader) restores it, matching the Ice Chest gating. Co-Authored-By: Claude Opus 4.8 <[email protected]>
* fix(DB): Ahune RDF satchel gives Valor not Frost in phase 1 The Satchel of Chilled Goods (54536) inherits base loot that grants two Emblem of Frost, the phase-4 ICC currency. Override it at the first WotLK bracket to give Emblem of Valor instead, matching the phase-1 RDF daily reward. Co-Authored-By: Claude Opus 4.8 <[email protected]> * fix(DB): Gate Ahune satchel scythe behind ToC phase The ilvl-232 Frostscythe of Lord Ahune (54806) was a 1.4% drop in the RDF satchel (54536) from the first WotLK phase, the same phase-3 item level that #478 gated out of the Ice Chest. - 80_1_1 drops the scythe from the satchel. - 80_3 (Trial of the Crusader) restores it, matching the Ice Chest gating. Co-Authored-By: Claude Opus 4.8 <[email protected]> --------- Co-authored-by: Claude Opus 4.8 <[email protected]>
Problem
The WotLK Ahune revert (
progression_1_19_world_event_Ahune_down.sql) restored the ilvl-232 cloaks (54801-54805) at the first level-80 bracket (80_1_1, Naxxramas/EoE/OS). Item level 232 matches phase-3 normal-mode raid gear (Trial of the Crusader), so the cloaks were obtainable two phases early.Separately, that revert restored no weapon at all: the TBC Frostscythe (
35514) stopped dropping on transition to level 80, and the WotLK Frostscythe (54806, ilvl 232) was never added.Change
80_1_1now restores only the WotLK encounter: level-80 creatures, the level-75 daily (Shards of Ahune→ Frost Emblems, the correct phase-1 currency), and the seasonal/cosmetic drops. The epic cloaks are withheld.80_3(Trial of the Crusader) unlocks the ilvl-232 cloaks, where their item level fits.Frostscythe of Lord Ahune(54806, ilvl 232) is added to the80_3loot, in the same guaranteed epic group as the cloaks (one random epic per kill, matching retail).Result
1_19(TBC)35514, Badge of Justice80_1_1(Naxx, p1)80_3(ToC, p3)54801-54805+ scythe54806References: https://wowgaming.altervista.org/aowow/?item=54801
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes