Network Docs: should put the bits in the right spot

This commit is contained in:
Fabian Dill 2022-01-18 06:51:16 +01:00
parent 5c1d2b3393
commit b82e0749b7
1 changed files with 2 additions and 2 deletions

View File

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