Fix battle girl victory dialogue (#1489)
Fixed string to have colon, not a period.
This commit is contained in:
parent
77b59a1cef
commit
d835cfd13f
|
@ -250,7 +250,7 @@ export const trainerTypeDialogue = {
|
|||
"dialogue:battle_girl.encounter.1",
|
||||
],
|
||||
victory: [
|
||||
"dialogue.battle_girl.victory.1",
|
||||
"dialogue:battle_girl.victory.1",
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue