Skip to content

Commit

Permalink
Merge branch 'Skua' of https://github.com/BrenoHenrike/Scripts into Skua
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNK3DAF committed Nov 9, 2024
2 parents 1aeb074 + caf0dd0 commit c4d1cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Tools/ForDevelopers/WeeklyReleaseGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class WeeklyReleaseGenerator
private CoreBots Core => CoreBots.Instance;
private CoreStory Story = new();

public string OptionsStorage = "QuestIDRange";
public string OptionsStorage = "WeeklyReleaseGenerator";
public bool DontPreconfigure = true;
public List<IOption> Options = new()
{
Expand Down Expand Up @@ -55,8 +55,8 @@ public void Generator()
}

// Join the map first
Core.Join(mapName);
Bot.Wait.ForMapLoad(mapName);
Core.Join(mapName.ToLower());
Bot.Wait.ForMapLoad(mapName.ToLower());

// Initialize a list to store generated lines
List<string> generatedLines = new()
Expand Down
2 changes: 1 addition & 1 deletion scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -19847,7 +19847,7 @@
"quest progression"
],
"path": "Tools/ForDevelopers/WeeklyReleaseGenerator.cs",
"size": 5134,
"size": 5164,
"fileName": "WeeklyReleaseGenerator.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Tools/ForDevelopers/WeeklyReleaseGenerator.cs"
},
Expand Down

0 comments on commit c4d1cb2

Please sign in to comment.