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)) {