少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-22 c249639c00811edb11d537d0dd55cf552cc5b2d0
System/KnapSack/Logic/PlayerPackModels.cs
@@ -845,6 +845,16 @@
        public ItemModel GetItemModelByIndex(PackType type, int index)
        {
            switch(type)
            {
                case PackType.rptJadeDynastyEquip:
                    if(index >= 121)
                    {
                        index = index - 121;
                    }
                    break;
            }
            ItemModel itemModel = null;
            if (playerPackDict.ContainsKey(type))
            {