Game event quest
Материал из YTDB DataBase
(Различия между версиями)
KiriX (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `game_event_creature_quest` table'''</big> This table holds i…») |
NeatElves (Обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | К описанию таблиц [[mangosdb_struct|базы данных mangos]]. | |
Версия 12:35, 26 июля 2010
|
К описанию таблиц базы данных mangos.
The `game_event_creature_quest` table
This table holds information on quests that should only be available when an event is currently taking place.
Structure
Field | Type | Null | Key | Default | Extra |
id | int(11) unsigned | NO | PRI | 0 | |
quest | int(11) unsigned | NO | PRI | 0 | |
event | mediumint(9) unsigned | NO | 0 |
Description of the fields
id
The NPC ID. See creature_template.entry
quest
The quest ID. See quest_template.entry
event
The event ID. See game_event.entry