diff options
| author | spp <none@none> | 2009-12-13 09:17:12 +0100 |
|---|---|---|
| committer | spp <none@none> | 2009-12-13 09:17:12 +0100 |
| commit | df76273dd0f6fdfd2d3e2ba7f04e2a089ba8d4b8 (patch) | |
| tree | f18035fda1c3d2003bce7cf08cf1315f1779a3d9 /src/game/DBCStructure.h | |
| parent | 839e5624c4dfa26cffed76905864a9d761099cea (diff) | |
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
Diffstat (limited to 'src/game/DBCStructure.h')
| -rw-r--r-- | src/game/DBCStructure.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
