summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/struct')
-rw-r--r--src/shared/struct/inventory/shr_equipment.erl2
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())
)
}.