diff options
| author | Shard <30301841+Shard-MW@users.noreply.github.com> | 2019-07-16 16:07:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-16 16:07:58 +0200 |
| commit | dacc0d56315329c015a7fcf6561e56ab474bc3c3 (patch) | |
| tree | f274b0a48441dcc06588019bdff52e7df138c759 /docs | |
| parent | a7db4bcb701cc41161c8c8c64423e39ef0e63b3c (diff) | |
| download | wiki-dacc0d56315329c015a7fcf6561e56ab474bc3c3.tar.gz wiki-dacc0d56315329c015a7fcf6561e56ab474bc3c3.tar.bz2 wiki-dacc0d56315329c015a7fcf6561e56ab474bc3c3.zip | |
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> |
