summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-01-11 18:37:11 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-01-11 18:37:11 +0100
commita899fcca7bfc8b6d3d5dd1e9fcc24606bc9c0839 (patch)
treed0f9e9125556e1974934a0fdcc3d22c6d0f176fc /src/bounty
parent8fe85396104a2eeddda620a670a275a8ace1b605 (diff)
[BROKEN] ...
Diffstat (limited to 'src/bounty')
-rw-r--r--src/bounty/bnt_join_battle.erl21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/bounty/bnt_join_battle.erl b/src/bounty/bnt_join_battle.erl
index 498aa6a..15745ee 100644
--- a/src/bounty/bnt_join_battle.erl
+++ b/src/bounty/bnt_join_battle.erl
@@ -566,26 +566,7 @@ stage (-1, BountyParams, none) ->
stage (1, BountyParams, none) ->
PlayerID = BountyParams#bounty_params.player_id,
SummaryIX = SelectedRosterCharacterIXs = BountyParams#bounty_params.roster_ixs,
-
- NewPendingBattle =
- generate_pending_battle(PlayerID, MapID, SelectedRosterCharacterIXs),
-
- ok =
- ataxia_client:update
- (
- pending_battle_db,
- ataxia_security:user_from_id(PlayerID),
- ataxic:update_value(ataxic:constant(NewPendingBattle)),
- PendingBattleID
- ),
-
- {
- ok,
- #bounty_data
- {
- pending_battle = NewPendingBattle
- }
- }.
+ none.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%