1
This commit is contained in:
parent
b3209ca555
commit
e7ad1756bf
@ -827,7 +827,7 @@ void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
|
||||
{
|
||||
msg->set_force_enter_newbie_room(false);
|
||||
msg->set_pve_instance_id(0);
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG1
|
||||
{
|
||||
auto data = a8::MutableXObject::CreateObject();
|
||||
data->SetVal("zone_id", 1);
|
||||
|
@ -1591,6 +1591,11 @@ message CMSetRevivePosition
|
||||
optional MFVec3 pos = 1; //子弹当前位置
|
||||
}
|
||||
|
||||
//获取队伍列表
|
||||
message CMGetTeamList
|
||||
{
|
||||
}
|
||||
|
||||
//endcmmsg
|
||||
|
||||
//观战error_code == 0 时关闭结算界面,回到战斗界面
|
||||
|
Loading…
x
Reference in New Issue
Block a user