AzerothCore
Pages :

gameobject_questitem

<-Back-to:World

The `gameobject_questitem` table

Table Structure

Field Type Attributes Key Null Default Extra Comment
GameObjectEntry INT UNSIGNED PRI NO 0
Idx INT UNSIGNED PRI NO 0
ItemId INT UNSIGNED NO 0
VerifiedBuild INT UNSIGNED YES NULL

Description of the fields

GameObjectEntry

gameobject_template.entry.

Idx

Index 0-3

ItemId

item_template.entry.

VerifiedBuild

This field was used to determine whether the data 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.