@@ -5561,13 +5561,6 @@ public static string Hotfixes()
5561
5561
sql += SQLUtil.Compare(Storage.AchievementHotfixes340, hotfixes, StoreNameType.None);
5562
5562
}
5563
5563
5564
- if (!Storage.AchievementHotfixes343.IsEmpty())
5565
- {
5566
- var hotfixes = SQLDatabase.Get(Storage.AchievementHotfixes343, Settings.HotfixesDatabase);
5567
-
5568
- sql += SQLUtil.Compare(Storage.AchievementHotfixes343, hotfixes, StoreNameType.None);
5569
- }
5570
-
5571
5564
if (!Storage.AchievementCategoryHotfixes340.IsEmpty())
5572
5565
{
5573
5566
var hotfixes = SQLDatabase.Get(Storage.AchievementCategoryHotfixes340, Settings.HotfixesDatabase);
@@ -5918,13 +5911,6 @@ public static string Hotfixes()
5918
5911
sql += SQLUtil.Compare(Storage.ChatChannelsHotfixes340, hotfixes, StoreNameType.None);
5919
5912
}
5920
5913
5921
- if (!Storage.ChatChannelsHotfixes343.IsEmpty())
5922
- {
5923
- var hotfixes = SQLDatabase.Get(Storage.ChatChannelsHotfixes343, Settings.HotfixesDatabase);
5924
-
5925
- sql += SQLUtil.Compare(Storage.ChatChannelsHotfixes343, hotfixes, StoreNameType.None);
5926
- }
5927
-
5928
5914
if (!Storage.ChrClassUiDisplayHotfixes340.IsEmpty())
5929
5915
{
5930
5916
var hotfixes = SQLDatabase.Get(Storage.ChrClassUiDisplayHotfixes340, Settings.HotfixesDatabase);
@@ -6618,13 +6604,6 @@ public static string Hotfixes()
6618
6604
sql += SQLUtil.Compare(Storage.ItemHotfixes340, hotfixes, StoreNameType.None);
6619
6605
}
6620
6606
6621
- if (!Storage.ItemHotfixes341.IsEmpty())
6622
- {
6623
- var hotfixes = SQLDatabase.Get(Storage.ItemHotfixes341, Settings.HotfixesDatabase);
6624
-
6625
- sql += SQLUtil.Compare(Storage.ItemHotfixes341, hotfixes, StoreNameType.None);
6626
- }
6627
-
6628
6607
if (!Storage.ItemAppearanceHotfixes340.IsEmpty())
6629
6608
{
6630
6609
var hotfixes = SQLDatabase.Get(Storage.ItemAppearanceHotfixes340, Settings.HotfixesDatabase);
@@ -6982,13 +6961,6 @@ public static string Hotfixes()
6982
6961
sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixes340, hotfixes, StoreNameType.None);
6983
6962
}
6984
6963
6985
- if (!Storage.LfgDungeonsHotfixes341.IsEmpty())
6986
- {
6987
- var hotfixes = SQLDatabase.Get(Storage.LfgDungeonsHotfixes341, Settings.HotfixesDatabase);
6988
-
6989
- sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixes341, hotfixes, StoreNameType.None);
6990
- }
6991
-
6992
6964
if (!Storage.LightHotfixes340.IsEmpty())
6993
6965
{
6994
6966
var hotfixes = SQLDatabase.Get(Storage.LightHotfixes340, Settings.HotfixesDatabase);
@@ -7052,13 +7024,6 @@ public static string Hotfixes()
7052
7024
sql += SQLUtil.Compare(Storage.ModifierTreeHotfixes340, hotfixes, StoreNameType.None);
7053
7025
}
7054
7026
7055
- if (!Storage.ModifierTreeHotfixes343.IsEmpty())
7056
- {
7057
- var hotfixes = SQLDatabase.Get(Storage.ModifierTreeHotfixes343, Settings.HotfixesDatabase);
7058
-
7059
- sql += SQLUtil.Compare(Storage.ModifierTreeHotfixes343, hotfixes, StoreNameType.None);
7060
- }
7061
-
7062
7027
if (!Storage.MountHotfixes340.IsEmpty())
7063
7028
{
7064
7029
var hotfixes = SQLDatabase.Get(Storage.MountHotfixes340, Settings.HotfixesDatabase);
@@ -7353,13 +7318,6 @@ public static string Hotfixes()
7353
7318
sql += SQLUtil.Compare(Storage.ScalingStatDistributionHotfixes340, hotfixes, StoreNameType.None);
7354
7319
}
7355
7320
7356
- if (!Storage.ScalingStatDistributionHotfixes341.IsEmpty())
7357
- {
7358
- var hotfixes = SQLDatabase.Get(Storage.ScalingStatDistributionHotfixes341, Settings.HotfixesDatabase);
7359
-
7360
- sql += SQLUtil.Compare(Storage.ScalingStatDistributionHotfixes341, hotfixes, StoreNameType.None);
7361
- }
7362
-
7363
7321
if (!Storage.ScalingStatValuesHotfixes340.IsEmpty())
7364
7322
{
7365
7323
var hotfixes = SQLDatabase.Get(Storage.ScalingStatValuesHotfixes340, Settings.HotfixesDatabase);
@@ -8095,13 +8053,6 @@ public static string Hotfixes()
8095
8053
sql += SQLUtil.Compare(Storage.VehicleSeatHotfixes340, hotfixes, StoreNameType.None);
8096
8054
}
8097
8055
8098
- if (!Storage.VehicleSeatHotfixes342.IsEmpty())
8099
- {
8100
- var hotfixes = SQLDatabase.Get(Storage.VehicleSeatHotfixes342, Settings.HotfixesDatabase);
8101
-
8102
- sql += SQLUtil.Compare(Storage.VehicleSeatHotfixes342, hotfixes, StoreNameType.None);
8103
- }
8104
-
8105
8056
if (!Storage.WmoAreaTableHotfixes340.IsEmpty())
8106
8057
{
8107
8058
var hotfixes = SQLDatabase.Get(Storage.WmoAreaTableHotfixes340, Settings.HotfixesDatabase);
@@ -11959,13 +11910,6 @@ public static string Hotfixes()
11959
11910
sql += SQLUtil.Compare(Storage.AchievementHotfixesLocale340, hotfixes, StoreNameType.None);
11960
11911
}
11961
11912
11962
- if (!Storage.AchievementHotfixesLocale343.IsEmpty())
11963
- {
11964
- var hotfixes = SQLDatabase.Get(Storage.AchievementHotfixesLocale343, Settings.HotfixesDatabase);
11965
-
11966
- sql += SQLUtil.Compare(Storage.AchievementHotfixesLocale343, hotfixes, StoreNameType.None);
11967
- }
11968
-
11969
11913
if (!Storage.AchievementCategoryHotfixesLocale340.IsEmpty())
11970
11914
{
11971
11915
var hotfixes = SQLDatabase.Get(Storage.AchievementCategoryHotfixesLocale340, Settings.HotfixesDatabase);
@@ -12113,13 +12057,6 @@ public static string Hotfixes()
12113
12057
sql += SQLUtil.Compare(Storage.ChatChannelsHotfixesLocale340, hotfixes, StoreNameType.None);
12114
12058
}
12115
12059
12116
- if (!Storage.ChatChannelsHotfixesLocale343.IsEmpty())
12117
- {
12118
- var hotfixes = SQLDatabase.Get(Storage.ChatChannelsHotfixesLocale343, Settings.HotfixesDatabase);
12119
-
12120
- sql += SQLUtil.Compare(Storage.ChatChannelsHotfixesLocale343, hotfixes, StoreNameType.None);
12121
- }
12122
-
12123
12060
if (!Storage.ChrClassesHotfixesLocale340.IsEmpty())
12124
12061
{
12125
12062
var hotfixes = SQLDatabase.Get(Storage.ChrClassesHotfixesLocale340, Settings.HotfixesDatabase);
@@ -12491,13 +12428,6 @@ public static string Hotfixes()
12491
12428
sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixesLocale340, hotfixes, StoreNameType.None);
12492
12429
}
12493
12430
12494
- if (!Storage.LfgDungeonsHotfixesLocale341.IsEmpty())
12495
- {
12496
- var hotfixes = SQLDatabase.Get(Storage.LfgDungeonsHotfixesLocale341, Settings.HotfixesDatabase);
12497
-
12498
- sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixesLocale341, hotfixes, StoreNameType.None);
12499
- }
12500
-
12501
12431
if (!Storage.MailTemplateHotfixesLocale340.IsEmpty())
12502
12432
{
12503
12433
var hotfixes = SQLDatabase.Get(Storage.MailTemplateHotfixesLocale340, Settings.HotfixesDatabase);
0 commit comments