proto: Conformance for 0236.

This commit is contained in:
Loïc Hoguin 2010-06-04 19:51:31 +02:00
parent 945217010e
commit b758c6a5d5

View File

@ -123,7 +123,7 @@ packet_split(Packet, Result) ->
%% @todo Probably. %% @todo Probably.
send_camera_center(CSocket, GID) -> send_camera_center(CSocket, GID) ->
Packet = << 16#0236:16, 0:208, GID:32/little-unsigned-integer, 0:64 >>, Packet = << 16#02360300:32, 0:160, 16#00011300:32, GID:32/little-unsigned-integer, 0:64 >>,
packet_send(CSocket, Packet). packet_send(CSocket, Packet).
%% @doc Send the character list for selection. %% @doc Send the character list for selection.