summaryrefslogtreecommitdiff
path: root/src/query
diff options
context:
space:
mode:
Diffstat (limited to 'src/query')
-rw-r--r--src/query/character_turn.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/query/character_turn.erl b/src/query/character_turn.erl
index 81c3c1f..85c5db8 100644
--- a/src/query/character_turn.erl
+++ b/src/query/character_turn.erl
@@ -187,8 +187,8 @@ handle_actions (RData, Input) ->
Action
),
{
- (CurrActionsDiffUpdates ++ NewActionsDiffUpdates),
- (CurrClientUpdates ++ NewClientUpdates),
+ (NewActionsDiffUpdates ++ CurrActionsDiffUpdates),
+ (NewClientUpdates ++ CurrClientUpdates),
NewBattle,
NewCharacterInstance
}