proto: Fix 1212 for conformance.

This commit is contained in:
Loïc Hoguin 2010-06-04 19:42:58 +02:00
parent c9f75dfd29
commit a2ffa3adb6

View File

@ -217,7 +217,7 @@ send_keepalive(CSocket) ->
%% @doc Make the client load the quest previously sent. %% @doc Make the client load the quest previously sent.
send_load_quest(CSocket, GID) -> send_load_quest(CSocket, GID) ->
Packet = << 16#1212:16, 0:208, GID:32/little-unsigned-integer, 0:64 >>, Packet = << 16#12120300:32, 0:160, 16#00011300:32, GID:32/little-unsigned-integer, 0:19264 >>,
packet_send(CSocket, Packet). packet_send(CSocket, Packet).
%% @doc Indicate to the client that loading should finish. %% @doc Indicate to the client that loading should finish.