@@ -3075,6 +3075,13 @@ public static string Hotfixes()
30753075 sql += SQLUtil.Compare(Storage.BroadcastTextHotfixes1100, hotfixes, StoreNameType.None);
30763076 }
30773077
3078+ if (!Storage.BroadcastTextHotfixes1107.IsEmpty())
3079+ {
3080+ var hotfixes = SQLDatabase.Get(Storage.BroadcastTextHotfixes1107, Settings.HotfixesDatabase);
3081+
3082+ sql += SQLUtil.Compare(Storage.BroadcastTextHotfixes1107, hotfixes, StoreNameType.None);
3083+ }
3084+
30783085 if (!Storage.BroadcastTextDurationHotfixes1100.IsEmpty())
30793086 {
30803087 var hotfixes = SQLDatabase.Get(Storage.BroadcastTextDurationHotfixes1100, Settings.HotfixesDatabase);
@@ -4111,6 +4118,13 @@ public static string Hotfixes()
41114118 sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixes1105, hotfixes, StoreNameType.None);
41124119 }
41134120
4121+ if (!Storage.LfgDungeonsHotfixes1107.IsEmpty())
4122+ {
4123+ var hotfixes = SQLDatabase.Get(Storage.LfgDungeonsHotfixes1107, Settings.HotfixesDatabase);
4124+
4125+ sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixes1107, hotfixes, StoreNameType.None);
4126+ }
4127+
41144128 if (!Storage.LightHotfixes1100.IsEmpty())
41154129 {
41164130 var hotfixes = SQLDatabase.Get(Storage.LightHotfixes1100, Settings.HotfixesDatabase);
@@ -4174,6 +4188,13 @@ public static string Hotfixes()
41744188 sql += SQLUtil.Compare(Storage.MapDifficultyHotfixes1102, hotfixes, StoreNameType.None);
41754189 }
41764190
4191+ if (!Storage.MapDifficultyHotfixes1107.IsEmpty())
4192+ {
4193+ var hotfixes = SQLDatabase.Get(Storage.MapDifficultyHotfixes1107, Settings.HotfixesDatabase);
4194+
4195+ sql += SQLUtil.Compare(Storage.MapDifficultyHotfixes1107, hotfixes, StoreNameType.None);
4196+ }
4197+
41774198 if (!Storage.MapDifficultyXConditionHotfixes1100.IsEmpty())
41784199 {
41794200 var hotfixes = SQLDatabase.Get(Storage.MapDifficultyXConditionHotfixes1100, Settings.HotfixesDatabase);
@@ -4335,6 +4356,13 @@ public static string Hotfixes()
43354356 sql += SQLUtil.Compare(Storage.PlayerConditionHotfixes1100, hotfixes, StoreNameType.None);
43364357 }
43374358
4359+ if (!Storage.PlayerConditionHotfixes1107.IsEmpty())
4360+ {
4361+ var hotfixes = SQLDatabase.Get(Storage.PlayerConditionHotfixes1107, Settings.HotfixesDatabase);
4362+
4363+ sql += SQLUtil.Compare(Storage.PlayerConditionHotfixes1107, hotfixes, StoreNameType.None);
4364+ }
4365+
43384366 if (!Storage.PowerDisplayHotfixes1100.IsEmpty())
43394367 {
43404368 var hotfixes = SQLDatabase.Get(Storage.PowerDisplayHotfixes1100, Settings.HotfixesDatabase);
@@ -5266,6 +5294,13 @@ public static string Hotfixes()
52665294 sql += SQLUtil.Compare(Storage.VignetteHotfixes1100, hotfixes, StoreNameType.None);
52675295 }
52685296
5297+ if (!Storage.VignetteHotfixes1107.IsEmpty())
5298+ {
5299+ var hotfixes = SQLDatabase.Get(Storage.VignetteHotfixes1107, Settings.HotfixesDatabase);
5300+
5301+ sql += SQLUtil.Compare(Storage.VignetteHotfixes1107, hotfixes, StoreNameType.None);
5302+ }
5303+
52695304 if (!Storage.WmoAreaTableHotfixes1100.IsEmpty())
52705305 {
52715306 var hotfixes = SQLDatabase.Get(Storage.WmoAreaTableHotfixes1100, Settings.HotfixesDatabase);
@@ -10893,6 +10928,13 @@ public static string Hotfixes()
1089310928 sql += SQLUtil.Compare(Storage.BroadcastTextHotfixesLocale1100, hotfixes, StoreNameType.None);
1089410929 }
1089510930
10931+ if (!Storage.BroadcastTextHotfixesLocale1107.IsEmpty())
10932+ {
10933+ var hotfixes = SQLDatabase.Get(Storage.BroadcastTextHotfixesLocale1107, Settings.HotfixesDatabase);
10934+
10935+ sql += SQLUtil.Compare(Storage.BroadcastTextHotfixesLocale1107, hotfixes, StoreNameType.None);
10936+ }
10937+
1089610938 if (!Storage.CharTitlesHotfixesLocale1100.IsEmpty())
1089710939 {
1089810940 var hotfixes = SQLDatabase.Get(Storage.CharTitlesHotfixesLocale1100, Settings.HotfixesDatabase);
@@ -11208,6 +11250,13 @@ public static string Hotfixes()
1120811250 sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixesLocale1105, hotfixes, StoreNameType.None);
1120911251 }
1121011252
11253+ if (!Storage.LfgDungeonsHotfixesLocale1107.IsEmpty())
11254+ {
11255+ var hotfixes = SQLDatabase.Get(Storage.LfgDungeonsHotfixesLocale1107, Settings.HotfixesDatabase);
11256+
11257+ sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixesLocale1107, hotfixes, StoreNameType.None);
11258+ }
11259+
1121111260 if (!Storage.MailTemplateHotfixesLocale1100.IsEmpty())
1121211261 {
1121311262 var hotfixes = SQLDatabase.Get(Storage.MailTemplateHotfixesLocale1100, Settings.HotfixesDatabase);
@@ -11243,6 +11292,13 @@ public static string Hotfixes()
1124311292 sql += SQLUtil.Compare(Storage.MapDifficultyHotfixesLocale1102, hotfixes, StoreNameType.None);
1124411293 }
1124511294
11295+ if (!Storage.MapDifficultyHotfixesLocale1107.IsEmpty())
11296+ {
11297+ var hotfixes = SQLDatabase.Get(Storage.MapDifficultyHotfixesLocale1107, Settings.HotfixesDatabase);
11298+
11299+ sql += SQLUtil.Compare(Storage.MapDifficultyHotfixesLocale1107, hotfixes, StoreNameType.None);
11300+ }
11301+
1124611302 if (!Storage.MapDifficultyXConditionHotfixesLocale1100.IsEmpty())
1124711303 {
1124811304 var hotfixes = SQLDatabase.Get(Storage.MapDifficultyXConditionHotfixesLocale1100, Settings.HotfixesDatabase);
@@ -11264,6 +11320,13 @@ public static string Hotfixes()
1126411320 sql += SQLUtil.Compare(Storage.PlayerConditionHotfixesLocale1100, hotfixes, StoreNameType.None);
1126511321 }
1126611322
11323+ if (!Storage.PlayerConditionHotfixesLocale1107.IsEmpty())
11324+ {
11325+ var hotfixes = SQLDatabase.Get(Storage.PlayerConditionHotfixesLocale1107, Settings.HotfixesDatabase);
11326+
11327+ sql += SQLUtil.Compare(Storage.PlayerConditionHotfixesLocale1107, hotfixes, StoreNameType.None);
11328+ }
11329+
1126711330 if (!Storage.PrestigeLevelInfoHotfixesLocale1100.IsEmpty())
1126811331 {
1126911332 var hotfixes = SQLDatabase.Get(Storage.PrestigeLevelInfoHotfixesLocale1100, Settings.HotfixesDatabase);
@@ -11502,6 +11565,13 @@ public static string Hotfixes()
1150211565 sql += SQLUtil.Compare(Storage.VignetteHotfixesLocale1100, hotfixes, StoreNameType.None);
1150311566 }
1150411567
11568+ if (!Storage.VignetteHotfixesLocale1107.IsEmpty())
11569+ {
11570+ var hotfixes = SQLDatabase.Get(Storage.VignetteHotfixesLocale1107, Settings.HotfixesDatabase);
11571+
11572+ sql += SQLUtil.Compare(Storage.VignetteHotfixesLocale1107, hotfixes, StoreNameType.None);
11573+ }
11574+
1150511575 if (!Storage.WmoAreaTableHotfixesLocale1100.IsEmpty())
1150611576 {
1150711577 var hotfixes = SQLDatabase.Get(Storage.WmoAreaTableHotfixesLocale1100, Settings.HotfixesDatabase);
0 commit comments