petition
This table holds information on all ongoing petitions for a guild or for an arena team.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| ownerguid | int | unsigned | PRI | NO | |||
| petitionguid | int | unsigned | YES | 0 | |||
| name | varchar(24) | NO | |||||
| type | tinyint | unsigned | PRI | NO | 0 | ||
Description of fields
ownerguid
The character guid of the owner that is trying to found the guild/arena team.
petitionguid
The guid of the charter item.
name
The name of the guild or arena team that the player is petitioning for.
type
The type of the petition.
| ID | Name |
|---|---|
| 2 | ARENA_TEAM_CHARTER_2v2_TYPE |
| 3 | ARENA_TEAM_CHARTER_3v3_TYPE |
| 5 | ARENA_TEAM_CHARTER_5v5_TYPE |
| 9 | GUILD_CHARTER_TYPE |
