少年修仙传客户端代码仓库
lcy
2024-09-19 5a4cb92af7579ad5138d1ea4fae241fa0d1ed6b2
10250 仙宫 天道树根部位置调整
1个文件已修改
1 ■■■■ 已修改文件
System/CelestialPalace/CelestialPalaceModel.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CelestialPalace/CelestialPalaceModel.cs
@@ -587,6 +587,7 @@
                for (int j = MaxNormalCount - 1; j >= 0; j--)
                {
                    int awardIndex = (j + list.Count - MaxTailCount) - rowIndex * MaxNormalCount;
                    DebugEx.Log($"rowIndex {rowIndex} awardIndex {awardIndex} j {j} list.Count {list.Count} MaxTailCount {MaxTailCount} rowIndex {rowIndex} MaxNormalCount {MaxNormalCount}  ");
                    rowIndexCellDict[rowIndex].Add(awardIndex);
                    awardIndexToRowIndexDict[awardIndex] = rowIndex;
                }