From 304e0f264defdcbc54332791be791970c5e57f88 Mon Sep 17 00:00:00 2001 From: Plenyx <1507236+Plenyx@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:38:42 +0200 Subject: [PATCH] Release 95 --- AppSettings/ApplicationSettings.cs | 2 +- Resources/boss_data.default.json | 7 +++++++ VERSION | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/AppSettings/ApplicationSettings.cs b/AppSettings/ApplicationSettings.cs index 8ab9af8..65e6e79 100644 --- a/AppSettings/ApplicationSettings.cs +++ b/AppSettings/ApplicationSettings.cs @@ -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 diff --git a/Resources/boss_data.default.json b/Resources/boss_data.default.json index b0c8501..6df0ab4 100644 --- a/Resources/boss_data.default.json +++ b/Resources/boss_data.default.json @@ -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", diff --git a/VERSION b/VERSION index bd753cc..90be1cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -94 \ No newline at end of file +95 \ No newline at end of file