Main/System/PhantasmPavilion/PhantasmPavilionModelCell.cs
@@ -9,7 +9,7 @@ public void Display(int rowIndex, CellView cellView) { int tabType = cellView.info.Value.infoInt1; List<int> showItemList = manager.ShowItemList(type, tabType); List<int> showItemList = manager.ShowItemList(type, tabType, isSort: true); if (showItemList.IsNullOrEmpty() || !manager.TryGetRowCountMax(type, out int rowCountMax)) return; for (int i = 0; i < items.Count; i++)