summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/struct/inventory/shr_weapon.erl.m4')
-rw-r--r-- | src/shared/struct/inventory/shr_weapon.erl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/struct/inventory/shr_weapon.erl.m4 b/src/shared/struct/inventory/shr_weapon.erl.m4 index 8492189..ce87045 100644 --- a/src/shared/struct/inventory/shr_weapon.erl.m4 +++ b/src/shared/struct/inventory/shr_weapon.erl.m4 @@ -82,7 +82,7 @@ from_id (_) -> default(). -spec default () -> type(). -default () -> from_id(<<"0">>). +default () -> from_id(<<"s0">>). -spec default_id () -> id(). -default_id () -> <<"0">>. +default_id () -> <<"s0">>. |