From b82e0749b78bcda56c4d7d90925562e7764133f6 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 18 Jan 2022 06:51:16 +0100 Subject: [PATCH] Network Docs: should put the bits in the right spot --- docs/network protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/network protocol.md b/docs/network protocol.md index 18dff35e..43cd82d3 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -343,8 +343,8 @@ Flags are bit flags: | Flag | Meaning | | ----- | ----- | | 0 | Nothing special about this item | -| 0b100 | If set, indicates the item can unlock logical advancement | -| 0b100 | If set, indicates the item is important but not in a way that unlocks advancement | +| 0b001 | If set, indicates the item can unlock logical advancement | +| 0b010 | If set, indicates the item is important but not in a way that unlocks advancement | | 0b100 | If set, indicates the item is a trap | ### JSONMessagePart