summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/struct/character.erl')
-rw-r--r-- | src/struct/character.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct/character.erl b/src/struct/character.erl index bf6e046..96660ee 100644 --- a/src/struct/character.erl +++ b/src/struct/character.erl @@ -109,7 +109,7 @@ set_statistics (Stats, Char) -> -spec random ( - id(), + non_neg_integer(), player:id() ) -> struct(). |