battlemaster_list
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| ID | int | unsigned | PRI | NO | 0 | ||
| Name | text | YES | NULL | ||||
| GameType | text | YES | NULL | ||||
| ShortDescription | text | YES | NULL | ||||
| LongDescription | text | YES | NULL | ||||
| InstanceType | tinyint | signed | NO | 0 | |||
| MinLevel | tinyint | signed | NO | 0 | |||
| MaxLevel | tinyint | signed | NO | 0 | |||
| RatedPlayers | tinyint | signed | NO | 0 | |||
| MinPlayers | tinyint | signed | NO | 0 | |||
| MaxPlayers | int | signed | NO | 0 | |||
| GroupsAllowed | tinyint | signed | NO | 0 | |||
| MaxGroupSize | tinyint | signed | NO | 0 | |||
| HolidayWorldState | smallint | signed | NO | 0 | |||
| Flags | int | signed | NO | 0 | |||
| IconFileDataID | int | signed | NO | 0 | |||
| RequiredPlayerConditionID | int | signed | NO | 0 | |||
| VerifiedBuild | int | signed | PRI | NO | 0 | ||
Description of fields
ID
- no description -
Name
- no description -
GameType
- no description -
ShortDescription
- no description -
LongDescription
- no description -
InstanceType
- no description -
MinLevel
- no description -
MaxLevel
- no description -
RatedPlayers
- no description -
MinPlayers
- no description -
MaxPlayers
- no description -
GroupsAllowed
- no description -
MaxGroupSize
- no description -
HolidayWorldState
- no description -
Flags
- no description -
IconFileDataID
- no description -
RequiredPlayerConditionID
- 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.
