From df76273dd0f6fdfd2d3e2ba7f04e2a089ba8d4b8 Mon Sep 17 00:00:00 2001 From: spp Date: Sun, 13 Dec 2009 09:17:12 +0100 Subject: Check of required skill value and level in Item enchants, by azazel. Closes #512 * Added some cosmetic changes to the original patch --HG-- branch : trunk --- src/game/DBCStructure.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/DBCStructure.h') diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 9e44687e867..8c60c28980e 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1536,9 +1536,9 @@ struct SpellItemEnchantmentEntry uint32 slot; // 32 m_flags uint32 GemID; // 33 m_src_itemID uint32 EnchantmentCondition; // 34 m_condition_id - //uint32 requiredSkill; // 35 m_requiredSkillID - //uint32 requiredSkillValue; // 36 m_requiredSkillRank - // 37 new in 3.1 + uint32 requiredSkill; // 35 m_requiredSkillID + uint32 requiredSkillValue; // 36 m_requiredSkillRank + uint32 RequiredLevel; // 37 m_requiredLevel - new in 3.1 }; struct SpellItemEnchantmentConditionEntry -- cgit v1.2.3