Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

The `spell_pet_auras` table

This table provides data for spell linking system, telling it what spells trigger what, and under what conditions.table-no-description

Field

Type

Attributes

Key

Null

Default

Extra

Comment

spell

mediumint(8)

unsigned

PRI

NO

NULL

 

dummy spell id

effectId

tinyint(3)

unsigned

PRI

NO

0

 

 

pet

mediumint(8)

unsigned

PRI

NO

0

 

pet id; 0 = all

aura

mediumint(8)

unsigned

 

NO

NULL

 

pet aura id

...