summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-11-02 20:19:57 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-11-02 20:19:57 +0100 |
commit | 2ad88173a0bf967e483fdb785e0dda31d50e9009 (patch) | |
tree | 24984a23d797827e29263d0261853e2232eff5f3 /src/bounty/bnt_join_battle.erl | |
parent | d6efe72291a12284536340d047f43737cbfd3b0b (diff) |
...
Diffstat (limited to 'src/bounty/bnt_join_battle.erl')
-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). |