summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/bounty/bnt_grant_land.erl')
-rw-r--r-- | src/bounty/bnt_grant_land.erl | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/bounty/bnt_grant_land.erl b/src/bounty/bnt_grant_land.erl index d12d30c..aa2a62f 100644 --- a/src/bounty/bnt_grant_land.erl +++ b/src/bounty/bnt_grant_land.erl @@ -39,9 +39,18 @@ attempt (OwnerID) -> shr_player:get_map_summaries_field(), ataxic:apply_function ( - lists, - append, - [ataxic:constant([MapSummary]), ataxic:current_value()] + orddict, + store, + [ + ataxic:apply_function + ( + orddict, + size, + [ataxic:current_value()] + ), + ataxic:constant([MapSummary]), + ataxic:current_value() + ] ) ) ), |