skill_line_ability
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| RaceMask | bigint | signed | NO | 0 | |||
| AbilityVerb | text | YES | NULL | ||||
| AbilityAllVerb | text | YES | NULL | ||||
| ID | int | unsigned | PRI | NO | 0 | ||
| SkillLine | smallint | signed | NO | 0 | |||
| Spell | int | signed | NO | 0 | |||
| MinSkillLineRank | smallint | signed | NO | 0 | |||
| ClassMask | int | signed | NO | 0 | |||
| SupercedesSpell | int | signed | NO | 0 | |||
| AcquireMethod | int | signed | NO | 0 | |||
| TrivialSkillLineRankHigh | smallint | signed | NO | 0 | |||
| TrivialSkillLineRankLow | smallint | signed | NO | 0 | |||
| Flags | int | signed | NO | 0 | |||
| NumSkillUps | tinyint | signed | NO | 0 | |||
| UniqueBit | smallint | signed | NO | 0 | |||
| TradeSkillCategoryID | smallint | signed | NO | 0 | |||
| SkillupSkillLineID | smallint | signed | NO | 0 | |||
| VerifiedBuild | int | signed | PRI | NO | 0 | ||
Description of fields
RaceMask
- no description -
AbilityVerb
- no description -
AbilityAllVerb
- no description -
ID
- no description -
SkillLine
- no description -
Spell
- no description -
MinSkillLineRank
- no description -
ClassMask
- no description -
SupercedesSpell
- no description -
AcquireMethod
- no description -
TrivialSkillLineRankHigh
- no description -
TrivialSkillLineRankLow
- no description -
Flags
- no description -
NumSkillUps
- no description -
UniqueBit
- no description -
TradeSkillCategoryID
- no description -
SkillupSkillLineID
- no description -
VerifiedBuild
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
