From 8760ff55bce5ad3d63ce4c9b7a01c47bcf7af288 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Sat, 13 Apr 2013 16:41:53 +0200 Subject: [PATCH] in packet 0x66, "shift" must be of type byte instead of boolean --- lib/protocol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol.js b/lib/protocol.js index c1cfabb..e911ea7 100644 --- a/lib/protocol.js +++ b/lib/protocol.js @@ -352,7 +352,7 @@ var packets = { { name: "slot", type: "short" }, { name: "mouseButton", type: "byte" }, { name: "action", type: "short" }, - { name: "shift", type: "bool" }, + { name: "shift", type: "byte" }, { name: "item", type: "slot" } ], 0x67: [