Skip to content

Commit

Permalink
Release 95
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Sep 23, 2024
1 parent 3f2a53e commit 304e0f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppSettings/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace PlenBotLogUploader.AppSettings
internal sealed class ApplicationSettings
{
#region application version
internal static int Version => 94;
internal static int Version => 95;
#endregion

#region load & save functionality
Expand Down
7 changes: 7 additions & 0 deletions Resources/boss_data.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,13 @@
"type": 1,
"isEvent": false
},
{
"bossId": 47188,
"name": "Spirit Race",
"icon": "https://wiki.guildwars2.com/images/e/e5/Spirit_Thread.png",
"type": 1,
"isEvent": true
},
{
"bossId": 16199,
"name": "Standard Kitty Golem",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
94
95

0 comments on commit 304e0f2

Please sign in to comment.