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