| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/bounty')
| -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 3fccccc..f1a8c10 100644 --- a/src/bounty/bnt_join_battle.erl +++ b/src/bounty/bnt_join_battle.erl @@ -87,10 +87,10 @@ create_character (PlayerIX, RosterChar, Map, ForbiddenLocations) ->        btl_character:new        (           PlayerIX, -         optional,           Location,           ResolvedBaseChar, -         btl_conditions:new() +         btl_conditions:new(), +         btl_status_indicators:new()        ),     btl_character:to_unresolved(Result).  | 


