summaryrefslogtreecommitdiff
path: root/src/query
diff options
context:
space:
mode:
Diffstat (limited to 'src/query')
-rw-r--r--src/query/qry_shim.erl16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/query/qry_shim.erl b/src/query/qry_shim.erl
index 666f7ec..1fba3f3 100644
--- a/src/query/qry_shim.erl
+++ b/src/query/qry_shim.erl
@@ -18,4 +18,20 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-spec fill_db () -> 'ok'.
fill_db () ->
+ P0 =
+ spe_player:generate
+ (
+ <<"Player1">>,
+ <<"Kalimer0">>,
+ <<"Player1@tacticians.online">>
+ ),
+
+ P1 =
+ spe_player:generate
+ (
+ <<"Player2">>,
+ <<"Kalimer1">>,
+ <<"Player2@tacticians.online">>
+ ),
+
ok.