Browse Source

Merge remote-tracking branch 'origin/master'

DESKTOP-FB72PO8\Administrator 2 days ago
parent
commit
606a5d5dfa

+ 2 - 1
Assets/Res/Config/GameConstantConfig.json

@@ -50,7 +50,8 @@
         0.023148,
         0.023148,
         0.023148
         0.023148
       ],
       ],
-      "daolvfavoratePara": 200
+      "daolvfavoratePara": 200,
+      "offlineexpMaxTime": 86400
     }
     }
   ]
   ]
 }
 }

+ 10 - 0
Assets/Scripts/GameData/ExcelConfig/GameConstantConfig.cs

@@ -204,6 +204,16 @@ namespace Excel2Json
 #endif
 #endif
 		
 		
 
 
+		/// <summary>
+		///最大离线修为存储时间(秒)
+		/// </summary>
+#if !COMBAT_SERVER
+		public int offlineexpMaxTime;
+#else
+		public int offlineexpMaxTime{ set; get; }
+#endif
+		
+
 	}
 	}
 
 
 }
 }

BIN
Excel2Json/Excel/GameConstant.xlsx