game: Add a @todo.

This commit is contained in:
Loïc Hoguin 2010-06-04 19:46:17 +02:00
parent a2ffa3adb6
commit fe126f4bb5

View File

@ -894,6 +894,7 @@ send_packet_0a05(CSocket, GID) ->
egs_proto:packet_send(CSocket, Packet).
%% @todo Inventory related. Figure out everything in this packet and handle it correctly.
%% @todo It sends 60 values so it's probably some kind of options for all 60 items in the inventory?
send_packet_0a06(CSocket, GID) ->
{ok, << _:32, A:96/bits, _:32, B:96/bits, _:32, C:1440/bits, _:32, D/bits >>} = file:read_file("p/packet0a06.bin"),