From a2ffa3adb621436c91d900c2011006bd8788ddb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Jun 2010 19:42:58 +0200 Subject: [PATCH] proto: Fix 1212 for conformance. --- src/egs_proto.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egs_proto.erl b/src/egs_proto.erl index 1f4a1db..b61327f 100644 --- a/src/egs_proto.erl +++ b/src/egs_proto.erl @@ -217,7 +217,7 @@ send_keepalive(CSocket) -> %% @doc Make the client load the quest previously sent. 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). %% @doc Indicate to the client that loading should finish.