diff options
| author | Stefano Borzì <stefanoborzi32@gmail.com> | 2019-07-16 16:13:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-16 16:13:29 +0200 |
| commit | 71b5a329641600eb76be599e88083f58c7065d1a (patch) | |
| tree | f274b0a48441dcc06588019bdff52e7df138c759 /docs | |
| parent | a7db4bcb701cc41161c8c8c64423e39ef0e63b3c (diff) | |
| parent | dacc0d56315329c015a7fcf6561e56ab474bc3c3 (diff) | |
| download | wiki-71b5a329641600eb76be599e88083f58c7065d1a.tar.gz wiki-71b5a329641600eb76be599e88083f58c7065d1a.tar.bz2 wiki-71b5a329641600eb76be599e88083f58c7065d1a.zip | |
Merge pull request #95 from Shard-MW/patch-3
Decimal flag error fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/item_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/item_template.md b/docs/item_template.md index a112f9d..9747cf2 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2324,7 +2324,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie <td>UNK10</td> </tr> <tr class="even"> -<td>54432</td> +<td>33554432</td> <td>0x02000000</td> <td>Profession recipes: can only be looted if you meet requirements and don't already know it</td> </tr> |
