stageinfo: finally rename stage3

This commit is contained in:
Andrei Alexeyev 2023-01-27 23:50:42 +01:00
parent 53ca691e68
commit 7f30ef2393
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -130,7 +130,7 @@ static void stageinfo_fill(StagesExports *e) {
// id procs type title subtitle spells diff
add_stage(1, e->stage1.procs, STAGE_STORY, "Stage 1", "Misty Lake", e->stage1.spells, D_Any);
add_stage(2, e->stage2.procs, STAGE_STORY, "Stage 2", "Walk Along the Border", e->stage2.spells, D_Any);
add_stage(3, e->stage3.procs, STAGE_STORY, "Stage 3", "Through the Tunnel of Light", e->stage3.spells, D_Any);
add_stage(3, e->stage3.procs, STAGE_STORY, "Stage 3", "Mountain Ascent", e->stage3.spells, D_Any);
add_stage(4, e->stage4.procs, STAGE_STORY, "Stage 4", "Forgotten Mansion", e->stage4.spells, D_Any);
add_stage(5, e->stage5.procs, STAGE_STORY, "Stage 5", "Climbing the Tower of Babel", e->stage5.spells, D_Any);
add_stage(6, e->stage6.procs, STAGE_STORY, "Stage 6", "Roof of the World", e->stage6.spells, D_Any);