summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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(),