From 83cd7ce064b8a46a106dc855d748b1bd7e45af01 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 4 Jan 2019 17:25:39 +0100 Subject: Removes 'id' field from ataxia entry values. While sometimes usefull as a way to retrieve the object's ID, they were both redundant (you can't get the object without its ID anyway) and bothersome to maintain (insert + update, which would have required setting up a bounty for any insert). --- src/bounty/bnt_grant_land.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bounty/bnt_grant_land.erl') diff --git a/src/bounty/bnt_grant_land.erl b/src/bounty/bnt_grant_land.erl index 1a8a62e..d12d30c 100644 --- a/src/bounty/bnt_grant_land.erl +++ b/src/bounty/bnt_grant_land.erl @@ -16,7 +16,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --spec attempt (ataxia_id:type()) -> map_map:type(). +-spec attempt (shr_player:id()) -> map_map:type(). attempt (OwnerID) -> Map = map_map:default(OwnerID), -- cgit v1.2.3-70-g09d2