summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-09 15:39:43 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-09 15:39:43 +0200
commit80cf57bc91d25a043ed8c1de557ebe1ccbe17022 (patch)
treeb59e4a825748de5eb96382cbb9fbaa3c6d280e7f /src/roster/rst_shim.erl
parentf027695551d297b02f4bfa614d060d8f0e0d68d7 (diff)
Creates roster & inventory alongside player.
Diffstat (limited to 'src/roster/rst_shim.erl')
-rw-r--r--src/roster/rst_shim.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster/rst_shim.erl b/src/roster/rst_shim.erl
index 57a62f5..681ff8e 100644
--- a/src/roster/rst_shim.erl
+++ b/src/roster/rst_shim.erl
@@ -18,7 +18,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-spec generate_random_character_roster () -> rst_roster:type().
generate_random_character_roster () ->
- Result = rst_roster:new(<<"0">>, <<"0">>),
+ Result = rst_roster:new(<<"0">>),
%% TODO [DEBUG][REQUIRED]: unimplemented.