From 4e2e28e599446a9ed3c485e2ff8bc6829f160d27 Mon Sep 17 00:00:00 2001 From: Barbz Date: Thu, 7 May 2020 22:07:45 +0200 Subject: 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 --- docs/item_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/item_template.md') 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. @@ -2175,7 +2175,7 @@ The quality of the item. To use the Bind to Account quality, the item must have - +

7

Gold

Bind to Account

Heirlooms (or some Bind to Account items)

@@ -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). -- cgit