summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-12-14 15:18:09 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-12-14 15:18:09 +0100
commit7184f076617493b29ddaf4413ab58d14bba4b9d4 (patch)
treeb0209b0fee9bc85c7d6bbee7cf005dfc8048858f /src/special/spe_player.erl
parent0c0aae55b68ac6ff24fc29c9484de013196bc4ef (diff)
...
Diffstat (limited to 'src/special/spe_player.erl')
-rw-r--r--src/special/spe_player.erl8
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(),