| System/Role/MagicianWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Role/MagicianWin.cs
@@ -845,6 +845,13 @@ return; } var items = model.GetLevelUpItemByType(model.selectType); if (index != model.selectItemIndex) { OnSelectItem(index); } EffectMgr.Instance.PlayUIEffect(HammerEffectId(index), 2500, m_Items[index].transform, false); CA555_tagCMGodWeaponPlus pak = new CA555_tagCMGodWeaponPlus(); pak.ItemID = (uint)items[index]; pak.WeaponType = (uint)model.selectType;