The `locales_points_of_interest` table
table-no-description
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | INT | UNSIGNED | PRI | NO | 0 | ||
locale | VARCHAR(4) | ||||||
Name | TEXT | YES | NULL | ||||
VerifiedBuild | INT | YES | NULL |
Description of the fields
field-no-description|1
field-no-description|2
field-no-description|3
This field is used to determine if the data originates from verified sniffs.
If value is 0 then it has not been parsed yet or it has been inherited from an older DB or another Core.
If value is above 0 then it has been parsed with sniffs from that specific client build.
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.