game: Add missing @doc.

This commit is contained in:
Loïc Hoguin 2010-06-04 12:23:18 +02:00
parent 2dc9d30660
commit 66616e1692

View File

@ -517,6 +517,9 @@ handle(16#0105, CSocket, GID, _, Orig) ->
ignored ignored
end; end;
%% @doc Shop listing request. Currently return the normal item shop for everything.
%% @todo Return the other shops appropriately.
handle(16#010a, CSocket, GID, _, Orig) -> handle(16#010a, CSocket, GID, _, Orig) ->
<< _:384, A:32/little-unsigned-integer, B:32/little-unsigned-integer, C:32/little-unsigned-integer >> = Orig, << _:384, A:32/little-unsigned-integer, B:32/little-unsigned-integer, C:32/little-unsigned-integer >> = Orig,
log(GID, "shop listing request (~b, ~b, ~b)", [A, B, C]), log(GID, "shop listing request (~b, ~b, ~b)", [A, B, C]),