少年修仙传客户端代码仓库
Client_PangDeRong
2018-09-18 5a571cee0c0f80a40a7d8199f157d9770c2c62ea
3586 商城出售坐骑、灵宠推送
2个文件已修改
6 ■■■■ 已修改文件
System/Store/PetAndMountPushWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/StoreModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/PetAndMountPushWin.cs
@@ -62,13 +62,13 @@
                    switch (itemConfig.Type)
                    {
                        case 26:
                            titleText.text = "新灵宠上架";
                            titleText.text = Language.Get("StorePetPush");
                            PetInfoConfig petInfo = tipsModel.unlockPetDict[storeConfig.ItemID];
                            var config = Config.Instance.Get<NPCConfig>(petInfo.ID);
                            UI3DModelExhibition.Instance.BeginShowNPC(petInfo.ID, config.UIModeLOffset, config.UIModelRotation,rawImag);
                            break;
                        case 41:
                            titleText.text = "新坐骑上架";
                            titleText.text = Language.Get("StoreMountPush");
                            HorseConfig horseConfig = tipsModel.unlockMountDict[storeConfig.ItemID];
                            UI3DModelExhibition.Instance.BeginShowHourse(horseConfig.Model,rawImag);
                            break;
System/Store/StoreModel.cs
@@ -1049,7 +1049,7 @@
                    }
                    else
                    {
                        PlayerPrefs.DeleteKey(key);
                        //PlayerPrefs.DeleteKey(key);
                        shopRedDict[storelist[i].ID].state = RedPointState.None;
                    }
                    break;