@@ -6736,6 +6736,13 @@ public static string Hotfixes()
67366736 sql += SQLUtil.Compare(Storage.CriteriaHotfixes1200, hotfixes, StoreNameType.None);
67376737 }
67386738
6739+ if (!Storage.CriteriaHotfixes1210.IsEmpty())
6740+ {
6741+ var hotfixes = SQLDatabase.Get(Storage.CriteriaHotfixes1210, Settings.HotfixesDatabase);
6742+
6743+ sql += SQLUtil.Compare(Storage.CriteriaHotfixes1210, hotfixes, StoreNameType.None);
6744+ }
6745+
67396746 if (!Storage.CriteriaTreeHotfixes1200.IsEmpty())
67406747 {
67416748 var hotfixes = SQLDatabase.Get(Storage.CriteriaTreeHotfixes1200, Settings.HotfixesDatabase);
@@ -6932,13 +6939,27 @@ public static string Hotfixes()
69326939 sql += SQLUtil.Compare(Storage.GameobjectsHotfixes1200, hotfixes, StoreNameType.None);
69336940 }
69346941
6942+ if (!Storage.GameobjectsHotfixes1210.IsEmpty())
6943+ {
6944+ var hotfixes = SQLDatabase.Get(Storage.GameobjectsHotfixes1210, Settings.HotfixesDatabase);
6945+
6946+ sql += SQLUtil.Compare(Storage.GameobjectsHotfixes1210, hotfixes, StoreNameType.None);
6947+ }
6948+
69356949 if (!Storage.GarrAbilityHotfixes1200.IsEmpty())
69366950 {
69376951 var hotfixes = SQLDatabase.Get(Storage.GarrAbilityHotfixes1200, Settings.HotfixesDatabase);
69386952
69396953 sql += SQLUtil.Compare(Storage.GarrAbilityHotfixes1200, hotfixes, StoreNameType.None);
69406954 }
69416955
6956+ if (!Storage.GarrAbilityHotfixes1210.IsEmpty())
6957+ {
6958+ var hotfixes = SQLDatabase.Get(Storage.GarrAbilityHotfixes1210, Settings.HotfixesDatabase);
6959+
6960+ sql += SQLUtil.Compare(Storage.GarrAbilityHotfixes1210, hotfixes, StoreNameType.None);
6961+ }
6962+
69426963 if (!Storage.GarrBuildingHotfixes1200.IsEmpty())
69436964 {
69446965 var hotfixes = SQLDatabase.Get(Storage.GarrBuildingHotfixes1200, Settings.HotfixesDatabase);
@@ -6967,6 +6988,13 @@ public static string Hotfixes()
69676988 sql += SQLUtil.Compare(Storage.GarrFollowerHotfixes1200, hotfixes, StoreNameType.None);
69686989 }
69696990
6991+ if (!Storage.GarrFollowerHotfixes1210.IsEmpty())
6992+ {
6993+ var hotfixes = SQLDatabase.Get(Storage.GarrFollowerHotfixes1210, Settings.HotfixesDatabase);
6994+
6995+ sql += SQLUtil.Compare(Storage.GarrFollowerHotfixes1210, hotfixes, StoreNameType.None);
6996+ }
6997+
69706998 if (!Storage.GarrFollowerXAbilityHotfixes1200.IsEmpty())
69716999 {
69727000 var hotfixes = SQLDatabase.Get(Storage.GarrFollowerXAbilityHotfixes1200, Settings.HotfixesDatabase);
@@ -6981,6 +7009,13 @@ public static string Hotfixes()
69817009 sql += SQLUtil.Compare(Storage.GarrMissionHotfixes1200, hotfixes, StoreNameType.None);
69827010 }
69837011
7012+ if (!Storage.GarrMissionHotfixes1210.IsEmpty())
7013+ {
7014+ var hotfixes = SQLDatabase.Get(Storage.GarrMissionHotfixes1210, Settings.HotfixesDatabase);
7015+
7016+ sql += SQLUtil.Compare(Storage.GarrMissionHotfixes1210, hotfixes, StoreNameType.None);
7017+ }
7018+
69847019 if (!Storage.GarrPlotHotfixes1200.IsEmpty())
69857020 {
69867021 var hotfixes = SQLDatabase.Get(Storage.GarrPlotHotfixes1200, Settings.HotfixesDatabase);
@@ -7065,6 +7100,13 @@ public static string Hotfixes()
70657100 sql += SQLUtil.Compare(Storage.GossipNPCOptionHotfixes1200, hotfixes, StoreNameType.None);
70667101 }
70677102
7103+ if (!Storage.GossipNPCOptionHotfixes1210.IsEmpty())
7104+ {
7105+ var hotfixes = SQLDatabase.Get(Storage.GossipNPCOptionHotfixes1210, Settings.HotfixesDatabase);
7106+
7107+ sql += SQLUtil.Compare(Storage.GossipNPCOptionHotfixes1210, hotfixes, StoreNameType.None);
7108+ }
7109+
70687110 if (!Storage.GuildColorBackgroundHotfixes1200.IsEmpty())
70697111 {
70707112 var hotfixes = SQLDatabase.Get(Storage.GuildColorBackgroundHotfixes1200, Settings.HotfixesDatabase);
@@ -7807,6 +7849,13 @@ public static string Hotfixes()
78077849 sql += SQLUtil.Compare(Storage.PlayerConditionHotfixes1207, hotfixes, StoreNameType.None);
78087850 }
78097851
7852+ if (!Storage.PlayerConditionHotfixes1210.IsEmpty())
7853+ {
7854+ var hotfixes = SQLDatabase.Get(Storage.PlayerConditionHotfixes1210, Settings.HotfixesDatabase);
7855+
7856+ sql += SQLUtil.Compare(Storage.PlayerConditionHotfixes1210, hotfixes, StoreNameType.None);
7857+ }
7858+
78107859 if (!Storage.PlayerDataElementAccountHotfixes1200.IsEmpty())
78117860 {
78127861 var hotfixes = SQLDatabase.Get(Storage.PlayerDataElementAccountHotfixes1200, Settings.HotfixesDatabase);
@@ -8178,6 +8227,13 @@ public static string Hotfixes()
81788227 sql += SQLUtil.Compare(Storage.SpellClassOptionsHotfixes1200, hotfixes, StoreNameType.None);
81798228 }
81808229
8230+ if (!Storage.SpellClassOptionsHotfixes1210.IsEmpty())
8231+ {
8232+ var hotfixes = SQLDatabase.Get(Storage.SpellClassOptionsHotfixes1210, Settings.HotfixesDatabase);
8233+
8234+ sql += SQLUtil.Compare(Storage.SpellClassOptionsHotfixes1210, hotfixes, StoreNameType.None);
8235+ }
8236+
81818237 if (!Storage.SpellCooldownsHotfixes1200.IsEmpty())
81828238 {
81838239 var hotfixes = SQLDatabase.Get(Storage.SpellCooldownsHotfixes1200, Settings.HotfixesDatabase);
@@ -15690,13 +15746,27 @@ public static string Hotfixes()
1569015746 sql += SQLUtil.Compare(Storage.GameobjectsHotfixesLocale1200, hotfixes, StoreNameType.None);
1569115747 }
1569215748
15749+ if (!Storage.GameobjectsHotfixesLocale1210.IsEmpty())
15750+ {
15751+ var hotfixes = SQLDatabase.Get(Storage.GameobjectsHotfixesLocale1210, Settings.HotfixesDatabase);
15752+
15753+ sql += SQLUtil.Compare(Storage.GameobjectsHotfixesLocale1210, hotfixes, StoreNameType.None);
15754+ }
15755+
1569315756 if (!Storage.GarrAbilityHotfixesLocale1200.IsEmpty())
1569415757 {
1569515758 var hotfixes = SQLDatabase.Get(Storage.GarrAbilityHotfixesLocale1200, Settings.HotfixesDatabase);
1569615759
1569715760 sql += SQLUtil.Compare(Storage.GarrAbilityHotfixesLocale1200, hotfixes, StoreNameType.None);
1569815761 }
1569915762
15763+ if (!Storage.GarrAbilityHotfixesLocale1210.IsEmpty())
15764+ {
15765+ var hotfixes = SQLDatabase.Get(Storage.GarrAbilityHotfixesLocale1210, Settings.HotfixesDatabase);
15766+
15767+ sql += SQLUtil.Compare(Storage.GarrAbilityHotfixesLocale1210, hotfixes, StoreNameType.None);
15768+ }
15769+
1570015770 if (!Storage.GarrBuildingHotfixesLocale1200.IsEmpty())
1570115771 {
1570215772 var hotfixes = SQLDatabase.Get(Storage.GarrBuildingHotfixesLocale1200, Settings.HotfixesDatabase);
@@ -15718,13 +15788,27 @@ public static string Hotfixes()
1571815788 sql += SQLUtil.Compare(Storage.GarrFollowerHotfixesLocale1200, hotfixes, StoreNameType.None);
1571915789 }
1572015790
15791+ if (!Storage.GarrFollowerHotfixesLocale1210.IsEmpty())
15792+ {
15793+ var hotfixes = SQLDatabase.Get(Storage.GarrFollowerHotfixesLocale1210, Settings.HotfixesDatabase);
15794+
15795+ sql += SQLUtil.Compare(Storage.GarrFollowerHotfixesLocale1210, hotfixes, StoreNameType.None);
15796+ }
15797+
1572115798 if (!Storage.GarrMissionHotfixesLocale1200.IsEmpty())
1572215799 {
1572315800 var hotfixes = SQLDatabase.Get(Storage.GarrMissionHotfixesLocale1200, Settings.HotfixesDatabase);
1572415801
1572515802 sql += SQLUtil.Compare(Storage.GarrMissionHotfixesLocale1200, hotfixes, StoreNameType.None);
1572615803 }
1572715804
15805+ if (!Storage.GarrMissionHotfixesLocale1210.IsEmpty())
15806+ {
15807+ var hotfixes = SQLDatabase.Get(Storage.GarrMissionHotfixesLocale1210, Settings.HotfixesDatabase);
15808+
15809+ sql += SQLUtil.Compare(Storage.GarrMissionHotfixesLocale1210, hotfixes, StoreNameType.None);
15810+ }
15811+
1572815812 if (!Storage.GarrTalentTreeHotfixesLocale1200.IsEmpty())
1572915813 {
1573015814 var hotfixes = SQLDatabase.Get(Storage.GarrTalentTreeHotfixesLocale1200, Settings.HotfixesDatabase);
@@ -15942,6 +16026,13 @@ public static string Hotfixes()
1594216026 sql += SQLUtil.Compare(Storage.PlayerConditionHotfixesLocale1207, hotfixes, StoreNameType.None);
1594316027 }
1594416028
16029+ if (!Storage.PlayerConditionHotfixesLocale1210.IsEmpty())
16030+ {
16031+ var hotfixes = SQLDatabase.Get(Storage.PlayerConditionHotfixesLocale1210, Settings.HotfixesDatabase);
16032+
16033+ sql += SQLUtil.Compare(Storage.PlayerConditionHotfixesLocale1210, hotfixes, StoreNameType.None);
16034+ }
16035+
1594516036 if (!Storage.PrestigeLevelInfoHotfixesLocale1200.IsEmpty())
1594616037 {
1594716038 var hotfixes = SQLDatabase.Get(Storage.PrestigeLevelInfoHotfixesLocale1200, Settings.HotfixesDatabase);
0 commit comments