stageinfo: rename stages 1 to 3

This commit is contained in:
laochailan 2023-06-12 20:28:49 -04:00 committed by Andrei Alexeyev
parent 8dd17e4214
commit 6bacf32c51
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -128,9 +128,9 @@ static void stageinfo_fill(StagesExports *e) {
int spellnum = 0;
// 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", "Mountain Ascent", e->stage3.spells, D_Any);
add_stage(1, e->stage1.procs, STAGE_STORY, "Stage 1", "Misty Lake Encounter", e->stage1.spells, D_Any);
add_stage(2, e->stage2.procs, STAGE_STORY, "Stage 2", "Riverside Hina-Nagashi", e->stage2.spells, D_Any);
add_stage(3, e->stage3.procs, STAGE_STORY, "Stage 3", "Crawly 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);