File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -741,12 +741,6 @@ private static async Task RebuildMountsCache(ModTransaction tx)
741
741
var _companions = new Companions ( ) ;
742
742
var list = await _companions . GetUncachedMountList ( tx ) ;
743
743
744
- // Don't get the ornament list for the Chinese or Korean clients as they don't have them yet
745
- if ( _gameInfo . GameLanguage != XivLanguage . Chinese && _gameInfo . GameLanguage != XivLanguage . Korean )
746
- {
747
- list . AddRange ( await _companions . GetUncachedOrnamentList ( tx ) ) ;
748
- }
749
-
750
744
db . BusyTimeout = 3000 ;
751
745
db . Open ( ) ;
752
746
Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ internal static class ExColumnExpectations
202
202
if ( language == XivLanguage . Korean )
203
203
{
204
204
// Set up overrides here if necessary for KR.
205
- columnExpectations [ "Icon" ] = ( 26 , ExcelColumnDataType . UInt16 ) ;
206
205
}
207
206
else if ( language == XivLanguage . Chinese )
208
207
{
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public enum XivLanguage
34
34
[ Description ( "fr" ) ] French ,
35
35
[ Description ( "ko" ) ] Korean ,
36
36
[ Description ( "chs" ) ] Chinese ,
37
+ [ Description ( "tc" ) ] TraditionalChinese ,
37
38
[ Description ( "none" ) ] None
38
39
}
39
40
You can’t perform that action at this time.
0 commit comments