diff options
| author | megamage <none@none> | 2009-05-31 16:19:01 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-31 16:19:01 -0500 |
| commit | 552e08b3f0efc19f3aa3504badccffbb05a983bd (patch) | |
| tree | bd28c74a77fbac5a9bed955b10fcb90ebde51331 /src/game/DBCStructure.h | |
| parent | f92e8315cf9af3268545dad6c440614a13d06207 (diff) | |
[7920] Ignore racial skill and skills without recipes in .learn all_recipes. Cleanup code. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
| -rw-r--r-- | src/game/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 486b840f5d6..c35048548bb 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1277,7 +1277,7 @@ struct SkillLineEntry uint32 spellIcon; // 37 m_spellIconID //char* alternateVerb[16]; // 38-53 m_alternateVerb_lang // 54 string flags - // 55 m_canLink + uint32 canLink; // 55 m_canLink (prof. with recipes }; struct SkillLineAbilityEntry |
