summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-12-14 15:18:09 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-12-14 15:18:09 +0100 |
commit | 7184f076617493b29ddaf4413ab58d14bba4b9d4 (patch) | |
tree | b0209b0fee9bc85c7d6bbee7cf005dfc8048858f /src/special/spe_player.erl | |
parent | 0c0aae55b68ac6ff24fc29c9484de013196bc4ef (diff) |
...
Diffstat (limited to 'src/special/spe_player.erl')
-rw-r--r-- | src/special/spe_player.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/special/spe_player.erl b/src/special/spe_player.erl index 4c6f601..4b9a80a 100644 --- a/src/special/spe_player.erl +++ b/src/special/spe_player.erl @@ -121,17 +121,17 @@ generate (Username, Password, Email) -> ataxic:sequence ( [ - ataxic:on_field + ataxic:update_field ( shr_player:get_id_field(), ataxic:constant(PlayerID) ), - ataxic:on_field + ataxic:update_field ( shr_player:get_inventory_id_field(), ataxic:constant(InvID) ), - ataxic:on_field + ataxic:update_field ( shr_player:get_roster_id_field(), ataxic:constant(RosterID) @@ -150,7 +150,7 @@ generate (Username, Password, Email) -> ok = finalize_login(UsernameLC, EmailLC, PlayerID), ok = - ataxia:update + ataxia_client:update ( player_db, ataxia_security:janitor(), |