| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/bounty/bnt_join_battle.erl')
| -rw-r--r-- | src/bounty/bnt_join_battle.erl | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/bounty/bnt_join_battle.erl b/src/bounty/bnt_join_battle.erl index a3e9ea2..104fefe 100644 --- a/src/bounty/bnt_join_battle.erl +++ b/src/bounty/bnt_join_battle.erl @@ -15,7 +15,7 @@  ).  -type bounty_data() :: #bounty_data{}. --type stage() :: integer(). +-type stage() :: -1..0.  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %% EXPORTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -630,7 +630,7 @@ attempt        (           pending_battle_db,           PlayerUser, -         AtaxicUpdate, +         ataxic:update_value(AtaxicUpdate),           PendingBattleID        ), | 


