From 1ed693b90c4d45040ae9d9a96e652b1e035633c0 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 19 May 2019 19:00:03 +0200 Subject: feat: Small precision for "unique equipped" flag --- docs/item_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/item_template.md b/docs/item_template.md index de30957..1bbd338 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2296,7 +2296,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

524288

0x080000 -

Unique equipped (player can only have one equipped at the same time)

+

Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags)

1048576 @@ -2321,17 +2321,17 @@ Bitmask field that contains flags that the item has on it. As all other such fie 16777216 0x01000000 - UNK10 +UNK10 54432 0x02000000 - Profession recipes: can only be looted if you meet requirements and don't already know it +Profession recipes: can only be looted if you meet requirements and don't already know it 67108864 0x04000000 - Item cannot be used in arena +Item cannot be used in arena

134217728

@@ -2351,7 +2351,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie 1073741824 0x040000000 - UNK11 +UNK11

2147483648

-- cgit