Network Docs: should put the bits in the right spot
This commit is contained in:
parent
5c1d2b3393
commit
b82e0749b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue