mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 12:52:20 +02:00
Fixed merge error
This commit is contained in:
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
Block a user