summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-09-09 16:56:57 +0200
committernsensfel <SpamShield0@noot-noot.org>2019-09-09 16:56:57 +0200
commitefc878dc634cdbf9ba976858ee6872fc7a59b485 (patch)
treef1af6c71e3a04b01375b8d0920987187c1b7e512 /src/shared/reply
parent0c088b6c14006c0522cdfc71c36cd6941deef1d1 (diff)
Spotted a mistake in shr_equipment.
I expected Dialyzer to point out this kind of error, though...
Diffstat (limited to 'src/shared/reply')
-rw-r--r--src/shared/reply/shr_add_glyph.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/reply/shr_add_glyph.erl b/src/shared/reply/shr_add_glyph.erl
index 2e4a259..cea10d2 100644
--- a/src/shared/reply/shr_add_glyph.erl
+++ b/src/shared/reply/shr_add_glyph.erl
@@ -23,6 +23,7 @@ generate (Glyph) ->
{<<"msg">>, <<"add_glyph">>},
{<<"id">>, shr_glyph:get_id(Glyph)},
{<<"nam">>, shr_glyph:get_name(Glyph)},
+ {<<"fam">>, shr_glyph:get_family_id(Glyph)},
{<<"omni">>, shr_omnimods:encode(shr_glyph:get_omnimods(Glyph))}
]
}.