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

ownerguid

int(10)

unsigned

 

NO

 

 

 

petitionguid

int(10)

unsigned

PRI

NO

0

 

 

playerguid

int(10)

unsigned

PRI

NO

0

 

 

player_account

int(10)

unsigned

 

NO

0

 

 

type

tinyint(3)

unsigned

 

NO

0

 

 

Description of the fields

ownerguid

The GUID of the owner that is trying to make the guild/arena team. See characters.guid

petitionguid

The GUID of the charter item. See item_template.guid

playerguid

The GUID of the player that has signed the charter. See characters.guid

player_account

The account ID of the player that has signed the charter. No two players can sign the same charter from the same account.

type

The type of the petition.

...