Game event quest
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 5: | Строка 5: | ||
- | <big>''' | + | <big>'''Таблица `game_event_creature_quest`'''</big> |
This table holds information on quests that should only be available when an event is currently taking place. | This table holds information on quests that should only be available when an event is currently taking place. | ||
- | <big>''' | + | <big>'''Структура'''</big> |
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
Строка 42: | Строка 42: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====id==== | ====id==== | ||
The NPC ID. See [[creature_template#entry|creature_template.entry]] | The NPC ID. See [[creature_template#entry|creature_template.entry]] |
Версия 18:32, 29 июля 2010
|
К описанию таблиц базы данных mangos.
Таблица `game_event_creature_quest`
This table holds information on quests that should only be available when an event is currently taking place.
Структура
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 |
Описание полей
id
The NPC ID. See creature_template.entry
quest
The quest ID. See quest_template.entry
event
The event ID. See game_event.entry