add anim2
This commit is contained in:
@@ -70,8 +70,14 @@ namespace NBF
|
||||
|
||||
|
||||
Game.SelfId = loginResponse.RoleId;
|
||||
|
||||
|
||||
|
||||
var mapId = role.Info.MapId;
|
||||
if (mapId == 0)
|
||||
{
|
||||
Log.Warning("账号没有进入过地图,进入新手引导地图");
|
||||
mapId = 99;
|
||||
}
|
||||
await MapHelper.EnterMap(mapId, role.RoomCode);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user