Game event quest

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
Строка 14: Строка 14:
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
|'''Key'''
|'''Key'''
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Comments'''
|-
|-
|[[#id|id]]
|[[#id|id]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 27: Строка 29:
|-
|-
|[[#quest|quest]]
|[[#quest|quest]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 34: Строка 37:
|-
|-
|[[#event|event]]
|[[#event|event]]
-
|mediumint(9) unsigned
+
|mediumint(9)
 +
|unsigned
|NO
|NO
|
|

Версия 15:43, 17 августа 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 Attributes Null Key Default Comments
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

Личные инструменты