From fe126f4bb5e7bc38227832957682e73f84b8eda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Jun 2010 19:46:17 +0200 Subject: [PATCH] game: Add a @todo. --- src/egs_game.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egs_game.erl b/src/egs_game.erl index 8e763c3..ce4c737 100644 --- a/src/egs_game.erl +++ b/src/egs_game.erl @@ -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"),