From 3eb6b77e754033d609e4819cda549d3927b9d1c9 Mon Sep 17 00:00:00 2001 From: Barbz Date: Wed, 13 May 2020 19:38:08 +0200 Subject: fix: item_template bonding to account explained to dummies (#221) --- docs/item_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/item_template.md b/docs/item_template.md index 5eddfe1..7263909 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2336,7 +2336,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

134217728

0x08000000 -

Bind to Account (Set Quality = 7 for the corresponding color. Might require to set Bonding = 1)

+

Bind to Account (Requires to set Bonding > 0)

268435456

@@ -3046,7 +3046,8 @@ The cooldown time in milliseconds that is applied to all other spells in the cat ### bonding -The bonding for the item. To use the "Bind to Account" bonding, the item must have its `flags` set to 134217728 (minimum). +The bonding for the item. +**Note:** To use the "Bind to Account" bonding, the item must have its `flags` set to 134217728 (minimum) and a `bonding` > 0 (ex: 1,2,3). -- cgit