Pet aura
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
+ | [[Category: Mangos characters database tables]] | ||
К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | ||
Версия 12:06, 13 февраля 2011
|
К описанию таблиц базы данных characters.
Таблица `pet_aura`
Contains aura information that is loaded when a pet is loaded, so the auras that were on the pet when the owner character logged out are still kept when they log back in. A spell can have up to three auras, one in each of its effects.
Структура
Field | Type | Attributes | Null | Key | Default | Comments |
guid | int(11) | unsigned | NO | PRI | 0 | Global Unique Identifier |
caster_guid | bigint(20) | unsigned | NO | PRI | 0 | Full Global Unique Identifier |
item_guid | int(11) | unsigned | NO | PRI | 0 | |
spell | int(11) | unsigned | NO | PRI | 0 | |
stackcount | int(11) | NO | 1 | |||
remaincharges | int(11) | NO | 0 | |||
basepoints0 | int(11) | NO | 0 | |||
basepoints1 | int(11) | NO | 0 | |||
basepoints2 | int(11) | NO | 0 | |||
maxduration0 | int(11) | NO | 0 | |||
maxduration1 | int(11) | NO | 0 | |||
maxduration2 | int(11) | NO | 0 | |||
remaintime0 | int(11) | NO | 0 | |||
remaintime1 | int(11) | NO | 0 | |||
remaintime2 | int(11) | NO | 0 | |||
effIndexMask | int(11) | NO | 0 |
Описание полей
guid
The GUID of the target affected by the aura. See characters.guid.
caster_guid
The GUID of the player or creature who casted the aura. See characters.guid.
item_guid
spell
The spell from which the aura was applied. See Spell.dbc column 1.