Change default timezone to GMT
This commit is contained in:
@@ -306,7 +306,7 @@ server:
|
|||||||
PARTY_BONUS_EXP_RATE: 1.0 #Rate for the party exp bonus reward.
|
PARTY_BONUS_EXP_RATE: 1.0 #Rate for the party exp bonus reward.
|
||||||
|
|
||||||
#Miscellaneous Configuration
|
#Miscellaneous Configuration
|
||||||
TIMEZONE: GMT-3
|
TIMEZONE: GMT
|
||||||
CHARSET: US-ASCII # Is loaded first, so applies to the rest of this config. Defaults to US-ASCII if invalid or not set.
|
CHARSET: US-ASCII # Is loaded first, so applies to the rest of this config. Defaults to US-ASCII if invalid or not set.
|
||||||
USE_DISPLAY_NUMBERS_WITH_COMMA: true #Enforce comma on displayed strings (use this when USE_UNITPRICE_WITH_COMMA is active and you still want to display comma-separated values).
|
USE_DISPLAY_NUMBERS_WITH_COMMA: true #Enforce comma on displayed strings (use this when USE_UNITPRICE_WITH_COMMA is active and you still want to display comma-separated values).
|
||||||
USE_UNITPRICE_WITH_COMMA: true #Set this accordingly with the layout of the unitPrices on Item.wz XML's, whether it's using commas or dots to represent fractions.
|
USE_UNITPRICE_WITH_COMMA: true #Set this accordingly with the layout of the unitPrices on Item.wz XML's, whether it's using commas or dots to represent fractions.
|
||||||
|
|||||||
Reference in New Issue
Block a user