`creature_queststarter` 表
保存 NPC 任务给予者关系,即哪些 NPC 开始哪些任务。
表结构
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | MEDIUMINT | UNSIGNED | PRI | NO | 0 | 标识符 | |
| quest | MEDIUMINT | UNSIGNED | PRI | NO | 0 | 任务标识符 |
字段说明
生物 ID。参见 creature_template.entry
该生物开始的任务 ID。参见 quest_template.id