summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-09-09 16:56:57 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-09-09 16:56:57 +0200 |
commit | efc878dc634cdbf9ba976858ee6872fc7a59b485 (patch) | |
tree | f1af6c71e3a04b01375b8d0920987187c1b7e512 /src/shared/struct/inventory/shr_equipment.erl | |
parent | 0c088b6c14006c0522cdfc71c36cd6941deef1d1 (diff) |
Spotted a mistake in shr_equipment.
I expected Dialyzer to point out this kind of error, though...
Diffstat (limited to 'src/shared/struct/inventory/shr_equipment.erl')
-rw-r--r-- | src/shared/struct/inventory/shr_equipment.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/struct/inventory/shr_equipment.erl b/src/shared/struct/inventory/shr_equipment.erl index ceeefd1..25cc8fb 100644 --- a/src/shared/struct/inventory/shr_equipment.erl +++ b/src/shared/struct/inventory/shr_equipment.erl @@ -496,7 +496,7 @@ default_unresolved () -> glyphs = lists:map ( - fun (_E) -> shr_glyph:default() end, + fun (_E) -> shr_glyph:default_id() end, shr_glyph_board:get_slots(shr_glyph_board:default()) ) }. |