From 5af19cd663d9cc666c16af5b34de53f1ddd595d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 2 Sep 2010 00:47:26 +0200 Subject: [PATCH] psu_game: Small improvements to send_1016 based on research. --- src/psu/psu_game.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/psu/psu_game.erl b/src/psu/psu_game.erl index a2afab6..7e5fa53 100644 --- a/src/psu/psu_game.erl +++ b/src/psu/psu_game.erl @@ -1436,7 +1436,8 @@ send_1015(QuestID) -> %% @todo No idea. send_1016(PartyPos) -> - send(<< (header(16#1016))/binary, PartyPos:32/little-unsigned-integer >>). + GID = get(gid), + send(<< 16#10160300:32, 16#ffff0000:32, 0:128, 16#00011300:32, GID:32/little, 0:64, PartyPos:32/little >>). %% @todo No idea. send_101a(NPCid, PartyPos) ->