目录

quest_greeting

Table: quest_greeting

This table add greeting behavior to an NPC or an Gameobject.

Field Type Attributes Key NULL Default Comment
ID MEDIUMINT UNSIGNED Yes NO 0
Type TINYINT UNSIGNED Yes NO 0
locale VARCHAR(4) NO NO
Greeting TEXT NO YES NULL
VerifiedBuild SMALLINT SIGNED NO NO 0

Description of the fields:

ID

Unique ID (creature_template.entry or gameobject_template.entry)

Type

locale

Client Locale

Greeting

Text to show

VerifiedBuild

This field was used to determine whether a template has been verified from WDB files.