diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-05-07 22:07:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 22:07:45 +0200 |
| commit | 4e2e28e599446a9ed3c485e2ff8bc6829f160d27 (patch) | |
| tree | 22f41400f4c3d4eed2c2db429a2fabd7a8bc21a4 /docs/item_template.md | |
| parent | 87d7353e736c678d260bcc14176c05fb19e8ccdc (diff) | |
| download | wiki-4e2e28e599446a9ed3c485e2ff8bc6829f160d27.tar.gz wiki-4e2e28e599446a9ed3c485e2ff8bc6829f160d27.tar.bz2 wiki-4e2e28e599446a9ed3c485e2ff8bc6829f160d27.zip | |
fix: item_template was wrong about gold item quality (#220)
* fix: item_template was wrong about gold item quality
It was from TC.
It's not an item quality "bind to account", it's a bonding type because it overrides the existing bonding.
* Update item_template.md
Diffstat (limited to 'docs/item_template.md')
| -rw-r--r-- | docs/item_template.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/item_template.md b/docs/item_template.md index 2765458..5eddfe1 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2121,7 +2121,7 @@ The model ID of the item. Each model has its own icon assigned so this field con ### Quality -The quality of the item. To use the Bind to Account quality, the item must have its flags set to 134217728. +The quality of the item. <table> <colgroup> @@ -2175,7 +2175,7 @@ The quality of the item. To use the Bind to Account quality, the item must have <tr class="even"> <td><p>7</p></td> <td><p>Gold</p></td> -<td><p>Bind to Account</p></td> +<td><p>Heirlooms (or some Bind to Account items)</p></td> </tr> </tbody> </table> @@ -3046,7 +3046,7 @@ The cooldown time in milliseconds that is applied to all other spells in the cat ### bonding -The bonding for the item. +The bonding for the item. To use the "Bind to Account" bonding, the item must have its `flags` set to 134217728 (minimum). <table> <colgroup> |
