summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-01-16 11:35:05 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-01-16 11:35:05 +0100
commit7ea50e394c96160862b2c562d1a243c849494f38 (patch)
treecd5980346aec38734d9b96c070b7a1d70d341f71 /src/roster-editor
parent17b3c3ab34035c57b8594d7f674c5d9ac0a843fb (diff)
"ix" -> "six".
Has an issue with selecting character portrait when joining a battle.
Diffstat (limited to 'src/roster-editor')
-rw-r--r--src/roster-editor/src/Comm/JoinBattle.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster-editor/src/Comm/JoinBattle.elm b/src/roster-editor/src/Comm/JoinBattle.elm
index 42244c6..c141a44 100644
--- a/src/roster-editor/src/Comm/JoinBattle.elm
+++ b/src/roster-editor/src/Comm/JoinBattle.elm
@@ -31,7 +31,7 @@ try_encoding model =
("stk", (Json.Encode.string model.session_token)),
("pid", (Json.Encode.string model.player_id)),
(
- "ix",
+ "six",
(Json.Encode.string
(Struct.Flags.force_get_param "ix" model.flags)
)