AzerothCore
Pages :

points_of_interest_locale

<-Back-to:World

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

ID

field-no-description|1

locale

field-no-description|2

Name

field-no-description|3

VerifiedBuild

VerifiedBuild

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.