Skip to content

Commit 22a47b2

Browse files
CHN is on 7.2 now, remove compatibility override.
1 parent 48f1706 commit 22a47b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xivModdingFramework/Exd/FileTypes/ExColumnExpectations.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ internal static class ExColumnExpectations
207207
else if (language == XivLanguage.Chinese)
208208
{
209209
// Set up overrides here if necessary for CN.
210-
columnExpectations["Icon"] = (26, ExcelColumnDataType.UInt16);
211210
}
212211

213212
return columnExpectations;

0 commit comments

Comments
 (0)