summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/bounty')
-rw-r--r-- | src/bounty/bnt_join_battle.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bounty/bnt_join_battle.erl b/src/bounty/bnt_join_battle.erl index 4e6f7fe..3fccccc 100644 --- a/src/bounty/bnt_join_battle.erl +++ b/src/bounty/bnt_join_battle.erl @@ -90,7 +90,7 @@ create_character (PlayerIX, RosterChar, Map, ForbiddenLocations) -> optional, Location, ResolvedBaseChar, - btl_condition:new_collection() + btl_conditions:new() ), btl_character:to_unresolved(Result). |