Fixed merge error
parent
9e4354595e
commit
def3f88f66
|
@ -37,6 +37,6 @@ export const esConfig = {
|
|||
growth: growth,
|
||||
partyUiHandler: partyUiHandler,
|
||||
summaryUiHandler: SummaryUiHandler,
|
||||
biome: biome
|
||||
biome: biome,
|
||||
weather: weather
|
||||
}
|
|
@ -37,6 +37,6 @@ export const frConfig = {
|
|||
growth: growth,
|
||||
partyUiHandler: partyUiHandler,
|
||||
summaryUiHandler: SummaryUiHandler,
|
||||
biome: biome
|
||||
biome: biome,
|
||||
weather: weather
|
||||
}
|
|
@ -37,6 +37,6 @@ export const itConfig = {
|
|||
growth: growth,
|
||||
partyUiHandler: partyUiHandler,
|
||||
summaryUiHandler: SummaryUiHandler,
|
||||
biome: biome
|
||||
biome: biome,
|
||||
weather: weather
|
||||
}
|
|
@ -35,6 +35,6 @@ export const ptBrConfig = {
|
|||
growth: growth,
|
||||
partyUiHandler: partyUiHandler,
|
||||
summaryUiHandler: SummaryUiHandler,
|
||||
biome: biome
|
||||
biome: biome,
|
||||
weather: weather
|
||||
}
|
|
@ -35,7 +35,6 @@ export const zhCnConfig = {
|
|||
nature: nature,
|
||||
partyUiHandler: partyUiHandler,
|
||||
summaryUiHandler: SummaryUiHandler,
|
||||
biome: biome
|
||||
nature: nature,
|
||||
biome: biome,
|
||||
weather: weather
|
||||
}
|
Loading…
Reference in New Issue