Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Corrected the link to the vehicle_accessory table.

...

Records in this table can be overwritten by vehicle_accessory table

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

mediumint(8)

unsigned

PRI

NO

0

 

 

accessory_entry

mediumint(8)

unsigned

 

NO

0

 

 

seat_id

tinyint(1)

signed

PRI

NO

0

 

 

minion

tinyint(1)

unsigned

 

NO

0

 

 

description

text

signed

 

NO

 

 

 

summontype

tinyint(3)

unsigned

 

NO

6

 

see enum TempSummonType

summontimer

int(10)

unsigned

 

NO

30000

 

timer, only relevant for certain summontypes

...