summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/special/spe_map.erl')
-rw-r--r-- | src/special/spe_map.erl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/special/spe_map.erl b/src/special/spe_map.erl index 94075d9..00b0fde 100644 --- a/src/special/spe_map.erl +++ b/src/special/spe_map.erl @@ -32,14 +32,17 @@ grant_additional (OwnerID) -> MapSummary = shr_map_summary:new(MapID, <<"Untitled Map">>), PlayerUpdateQueryOp = - ataxic:on_field + ataxic:value ( - shr_player:get_map_summaries_field(), - ataxic:apply_function + ataxic:on_field ( - lists, - append, - [ataxic:constant([MapSummary]), ataxic:current_value()] + shr_player:get_map_summaries_field(), + ataxic:apply_function + ( + lists, + append, + [ataxic:constant([MapSummary]), ataxic:current_value()] + ) ) ), |