diff --git a/proto/HomeBasicInfo.proto b/proto/HomeBasicInfo.proto index 846ed18c..0e5efef9 100644 --- a/proto/HomeBasicInfo.proto +++ b/proto/HomeBasicInfo.proto @@ -22,8 +22,8 @@ message HomeBasicInfo { uint32 level = 11; string owner_nick_name = 5; bool is_in_edit_mode = 9; - uint32 cur_module_id = 13; - uint32 cur_room_scene_id = 8; + uint32 cur_room_scene_id = 13; + uint32 cur_module_id = 8; uint64 exp = 10; uint32 home_owner_uid = 14; HomeLimitedShopInfo limited_shop_info = 15;