@@ -5561,13 +5561,6 @@ public static string Hotfixes()
55615561 sql += SQLUtil.Compare(Storage.AchievementHotfixes340, hotfixes, StoreNameType.None);
55625562 }
55635563
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-
55715564 if (!Storage.AchievementCategoryHotfixes340.IsEmpty())
55725565 {
55735566 var hotfixes = SQLDatabase.Get(Storage.AchievementCategoryHotfixes340, Settings.HotfixesDatabase);
@@ -5918,13 +5911,6 @@ public static string Hotfixes()
59185911 sql += SQLUtil.Compare(Storage.ChatChannelsHotfixes340, hotfixes, StoreNameType.None);
59195912 }
59205913
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-
59285914 if (!Storage.ChrClassUiDisplayHotfixes340.IsEmpty())
59295915 {
59305916 var hotfixes = SQLDatabase.Get(Storage.ChrClassUiDisplayHotfixes340, Settings.HotfixesDatabase);
@@ -6618,13 +6604,6 @@ public static string Hotfixes()
66186604 sql += SQLUtil.Compare(Storage.ItemHotfixes340, hotfixes, StoreNameType.None);
66196605 }
66206606
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-
66286607 if (!Storage.ItemAppearanceHotfixes340.IsEmpty())
66296608 {
66306609 var hotfixes = SQLDatabase.Get(Storage.ItemAppearanceHotfixes340, Settings.HotfixesDatabase);
@@ -6982,13 +6961,6 @@ public static string Hotfixes()
69826961 sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixes340, hotfixes, StoreNameType.None);
69836962 }
69846963
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-
69926964 if (!Storage.LightHotfixes340.IsEmpty())
69936965 {
69946966 var hotfixes = SQLDatabase.Get(Storage.LightHotfixes340, Settings.HotfixesDatabase);
@@ -7052,13 +7024,6 @@ public static string Hotfixes()
70527024 sql += SQLUtil.Compare(Storage.ModifierTreeHotfixes340, hotfixes, StoreNameType.None);
70537025 }
70547026
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-
70627027 if (!Storage.MountHotfixes340.IsEmpty())
70637028 {
70647029 var hotfixes = SQLDatabase.Get(Storage.MountHotfixes340, Settings.HotfixesDatabase);
@@ -7353,13 +7318,6 @@ public static string Hotfixes()
73537318 sql += SQLUtil.Compare(Storage.ScalingStatDistributionHotfixes340, hotfixes, StoreNameType.None);
73547319 }
73557320
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-
73637321 if (!Storage.ScalingStatValuesHotfixes340.IsEmpty())
73647322 {
73657323 var hotfixes = SQLDatabase.Get(Storage.ScalingStatValuesHotfixes340, Settings.HotfixesDatabase);
@@ -8095,13 +8053,6 @@ public static string Hotfixes()
80958053 sql += SQLUtil.Compare(Storage.VehicleSeatHotfixes340, hotfixes, StoreNameType.None);
80968054 }
80978055
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-
81058056 if (!Storage.WmoAreaTableHotfixes340.IsEmpty())
81068057 {
81078058 var hotfixes = SQLDatabase.Get(Storage.WmoAreaTableHotfixes340, Settings.HotfixesDatabase);
@@ -11959,13 +11910,6 @@ public static string Hotfixes()
1195911910 sql += SQLUtil.Compare(Storage.AchievementHotfixesLocale340, hotfixes, StoreNameType.None);
1196011911 }
1196111912
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-
1196911913 if (!Storage.AchievementCategoryHotfixesLocale340.IsEmpty())
1197011914 {
1197111915 var hotfixes = SQLDatabase.Get(Storage.AchievementCategoryHotfixesLocale340, Settings.HotfixesDatabase);
@@ -12113,13 +12057,6 @@ public static string Hotfixes()
1211312057 sql += SQLUtil.Compare(Storage.ChatChannelsHotfixesLocale340, hotfixes, StoreNameType.None);
1211412058 }
1211512059
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-
1212312060 if (!Storage.ChrClassesHotfixesLocale340.IsEmpty())
1212412061 {
1212512062 var hotfixes = SQLDatabase.Get(Storage.ChrClassesHotfixesLocale340, Settings.HotfixesDatabase);
@@ -12491,13 +12428,6 @@ public static string Hotfixes()
1249112428 sql += SQLUtil.Compare(Storage.LfgDungeonsHotfixesLocale340, hotfixes, StoreNameType.None);
1249212429 }
1249312430
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-
1250112431 if (!Storage.MailTemplateHotfixesLocale340.IsEmpty())
1250212432 {
1250312433 var hotfixes = SQLDatabase.Get(Storage.MailTemplateHotfixesLocale340, Settings.HotfixesDatabase);
0 commit comments