From 7184f076617493b29ddaf4413ab58d14bba4b9d4 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 14 Dec 2018 15:18:09 +0100 Subject: ... --- src/special/spe_player.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/special/spe_player.erl') 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(), -- cgit v1.2.3-70-g09d2