in packet 0x66, "shift" must be of type byte instead of boolean

This commit is contained in:
Xabier de Zuazo 2013-04-13 16:41:53 +02:00
parent 7a5bcf02d8
commit 8760ff55bc

View file

@ -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: [