| | |
| | | _playerInfo.itemDatas[0] = new GActorPlayerBase.CEquipInfo
|
| | | {
|
| | | id = 10484,
|
| | | place = (int)RoleEquipType.retClothes
|
| | | place = (int)RoleEquipType.Clothes
|
| | | };
|
| | | _playerInfo.itemDatas[1] = new GActorPlayerBase.CEquipInfo
|
| | | {
|
| | | id = 10481,
|
| | | place = (int)RoleEquipType.retWeapon
|
| | | place = (int)RoleEquipType.Weapon
|
| | | };
|
| | | _playerInfo.itemDatas[2] = new GActorPlayerBase.CEquipInfo
|
| | | {
|
| | | id = 10482,
|
| | | place = (int)RoleEquipType.retWeapon2
|
| | | place = (int)RoleEquipType.Weapon2
|
| | | };
|
| | | _playerInfo.itemDatas[3] = new GActorPlayerBase.CEquipInfo
|
| | | {
|
| | | id = 3713,
|
| | | place = (int)RoleEquipType.retWing
|
| | | place = (int)RoleEquipType.Wing
|
| | | };
|
| | |
|
| | | GAMgr.Instance.ReqClntPlayer<GA_PVPClientPlayer>(_playerInfo, E_ActorGroup.Player);
|