diff options
| author | Stefano Borzì <stefanoborzi32@gmail.com> | 2019-05-21 10:35:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-21 10:35:48 +0200 |
| commit | c2e2096450070305c24f9ead69d279f50691cd46 (patch) | |
| tree | 19ac166770d91933f10a9a3fb7c8a65f016e7a08 | |
| parent | 7a5ec718c6feda96e973b90db94be92b7c96d7d5 (diff) | |
| parent | e4cbfc4526157df83d911ec509d5e2893ccfe0a1 (diff) | |
| download | wiki-c2e2096450070305c24f9ead69d279f50691cd46.tar.gz wiki-c2e2096450070305c24f9ead69d279f50691cd46.tar.bz2 wiki-c2e2096450070305c24f9ead69d279f50691cd46.zip | |
Merge pull request #49 from azerothcore/BarbzYHOOL-unique-equipped
feat: Small precision for "unique equipped" flag
| -rw-r--r-- | docs/item_template.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/item_template.md b/docs/item_template.md index de30957..0d26d51 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2236,7 +2236,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie <tr class="even"> <td>128</td> <td>0x080</td> -<td>No default 30 seconds cooldown when equipped</td> +<td>No default 30 seconds cooldown when equipped (for "On use" items)</td> </tr> <tr class="odd"> <td>256</td> @@ -2296,7 +2296,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie <tr class="even"> <td><p>524288</p></td> <td>0x080000</td> -<td><p>Unique equipped (player can only have one equipped at the same time)</p></td> +<td><p>Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags, if maxcount = 1, it will still display Unique-Equipped)</p></td> </tr> <tr class="odd"> <td>1048576</td> @@ -2321,17 +2321,17 @@ Bitmask field that contains flags that the item has on it. As all other such fie <tr class="odd"> <td>16777216</td> <td>0x01000000</td> -<td> UNK10</td> +<td>UNK10</td> </tr> <tr class="even"> <td>54432</td> <td>0x02000000</td> -<td> Profession recipes: can only be looted if you meet requirements and don't already know it</td> +<td>Profession recipes: can only be looted if you meet requirements and don't already know it</td> </tr> <tr class="odd"> <td>67108864</td> <td>0x04000000</td> -<td> Item cannot be used in arena</td> +<td>Item cannot be used in arena</td> </tr> <tr class="even"> <td><p>134217728</p></td> @@ -2351,7 +2351,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie <tr class="odd"> <td>1073741824</td> <td>0x040000000</td> -<td> UNK11</td> +<td>UNK11</td> </tr> <tr class="even"> <td><p>2147483648</p></td> |
