summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster/query/rst_update.erl')
-rw-r--r--src/roster/query/rst_update.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/roster/query/rst_update.erl b/src/roster/query/rst_update.erl
index 8afa249..f329038 100644
--- a/src/roster/query/rst_update.erl
+++ b/src/roster/query/rst_update.erl
@@ -142,14 +142,15 @@ commit_update (QueryState, Input) ->
(
roster_db,
ataxia_security:user_from_id(PlayerID),
- ataxic:value
+ ataxic:update_value
(
ataxic:update_field
(
rst_roster:get_characters_field(),
ataxic:sequence(QueryList)
)
- )
+ ),
+ RosterID
),
shr_timed_cache:update(roster_db, PlayerID, RosterID, UpdatedRoster),