目录

pet_aura 表


<-返回:Characters 数据库

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
guidINTUNSIGNEDPRINO0 Global Unique Identifier
casterGuidBIGINTUNSIGNEDPRINO0 Full Global Unique Identifier
spellMEDIUMINTUNSIGNEDPRINO0
effectMaskTINYINTUNSIGNEDPRINO0
recalculateMaskTINYINTUNSIGNED NO0
stackCountTINYINTUNSIGNED NO1
amount0MEDIUMINTSIGNED NO
amount1MEDIUMINTSIGNED NO
amount2MEDIUMINTSIGNED NO
base_amount0MEDIUMINTSIGNED NO
base_amount1MEDIUMINTSIGNED NO
base_amount2MEDIUMINTSIGNED NO
maxDurationINTSIGNED NO0
remainTimeINTSIGNED NO0
remainChargesTINYINTUNSIGNED NO0

字段说明


guid

The GUID of the target affected by the aura. See character_pet.id.

casterGuid

The GUID of the player who casted the aura. See characters.guid.

spell

The spell from which the aura was applied. See Spell.dbc column 1.

effectMask

The effect index of the spell from which the aura came from. A spell has up to three effects, with the index being 0, 1, or 2.

recalculateMask

field-no-description|5

stackCount

Determines how many stacks of the spell the character has.

amount

The modifier value associated with the aura.

base_amount

field-no-description|10-12

maxDuration

The maximum duration of the aura.

remainTime

The time remaining in seconds on the aura. -1 means that the aura is indefinite.

remainCharges

The number of charges remaining on the aura.