From 23794d80cb2205825d8a035a1c2307f547e2a29e Mon Sep 17 00:00:00 2001 From: DavuKnight <112143769+DavuKnight@users.noreply.github.com> Date: Thu, 1 Sep 2022 17:33:15 -0500 Subject: Added Detail about the Enchantment Field in Item_Instance. (#802) * Create item_instance_enchantments.md * Update item_instance.md * Update item_instance_enchantments.md * Update item_instance_enchantments.md * Update item_instance_enchantments.md Post Review Fix * Remove excess blank line Only one blank line should be left at the end of the document so that git does not generate a warning. Co-authored-by: Walter Pagani --- docs/item_instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/item_instance.md') diff --git a/docs/item_instance.md b/docs/item_instance.md index 30003dd..854b506 100644 --- a/docs/item_instance.md +++ b/docs/item_instance.md @@ -80,7 +80,7 @@ The number of charges for each of the five possible spellcharges on an item, s ### enchantments -Enchantments from SpellItemEnchantment.dbc +Enchantments from SpellItemEnchantment.dbc see: [item_instance_enchantments](item_instance_enchantments.md) ### randomPropertyId -- cgit