Addition of StoreOfflineTradeInRealtime configuration.

Contributed by L2Hanesfor.
This commit is contained in:
MobiusDevelopment
2023-01-16 17:14:03 +02:00
parent 05405f9d21
commit 5e9a7dbe73
10 changed files with 396 additions and 272 deletions

View File

@@ -6,6 +6,10 @@
# Enable -> true, Disable -> false
OfflineTradeEnable = True
# Store offline trader transactions in realtime.
# Uses more datatabase resources, but helps if server shuts down unexpectedly.
StoreOfflineTradeInRealtime = True
# Option to enable or disable offline craft feature.
# Enable -> true, Disable -> false
OfflineCraftEnable = True