Versiones comparadas

Clave

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

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

int(10)

unsigned

PRI

NO

0

 

 

entry

int(10)

unsigned

 

NO

0

 

 

owner

int(10)

unsigned

 

NO

0

 

 

modelid

int(10)

unsigned

 

YES

0

 

 

CreatedBySpell

mediumint(8)

unsigned

 

NO

0

 

 

PetType

tinyint(3)

unsigned

 

NO

0

 

 

level

smallint(5)

unsigned

 

NO

1

 

 

exp

int(10)

unsigned

 

NO

0

 

 

Reactstate

tinyint(3)

unsigned

 

NO

0

 

 

name

varchar(2321)

signed

 

NO

Pet

 

 

renamed

tinyint(3)

unsigned

 

NO

0

 

 

slot

tinyint(3)

unsigned

 

NO

0

 

 

curhealth

int(10)

unsigned

 

NO

1

 

 

curmana

int(10)

unsigned

 

NO

0

 

 

curhappiness

int(10)

unsigned

 

NO

0

 

 

savetime

int(10)

unsigned

 

NO

0

 

 

resettalents_cost

int(10)

unsigned

 

NO

0

 

 

resettalents_time

int(10)

unsigned

 

NO

0

 

 

abdata

text

signed

 

YES

NULL

 

 

...

The ID of the spell that has created this pet. For hunters, this is usually the Tame Beast spell. For warlocks or other classes (mages), it is the spell ID that summoned the creature. See Spell.dbc column 1

PetType

The type of pet that this is. 0 = summoned pet, 1 = tamed pet

...