summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/item_enchantment_template.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/item_enchantment_template.md b/docs/item_enchantment_template.md
index d7b112f..bf97090 100644
--- a/docs/item_enchantment_template.md
+++ b/docs/item_enchantment_template.md
@@ -67,11 +67,11 @@ This table holds enchantment chance information for items that should have eithe
### entry
-This field ties in with EITHER RandomProperty OR RandomSuffix fields in the item\_template table. An item cannot have both of those fields set at non-zero values.
+This field ties in with EITHER RandomProperty OR RandomSuffix fields in the [item\_template](http://www.azerothcore.org/wiki/item_template) table. An item cannot have both of those fields set at non-zero values.
### ench
-The enchantment to apply on the item. If the entry for the current row is used in RandomProperty, then this field points to the ID in ItemRandomProperties.dbc. If the entry is used in RandomSuffix, then this field points to the ID in ItemRandomSuffix.dbc.
+The enchantment to apply on the item. If the entry for the current row is used in RandomProperty, then this field points to the ID in ItemRandomProperties.dbc. If the entry is used in RandomSuffix, then this field points to the ID in [ItemRandomSuffix.dbc](ItemRandomSuffix).
### chance