Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to characters database list of tables.

The `arena_team` table

Structure

Field Type Null Key Default
arenateamid int(10) unsigned NO PRI 0
name char(255) NO
captainguid int(10) unsigned NO 0
type tinyint(3) unsigned NO 0
EmblemStyle int(10) unsigned NO 0
EmblemColor int(10) unsigned NO 0
BorderStyle int(10) unsigned NO 0
BorderColor int(10) unsigned NO 0
BackgroundColor int(10) unsigned NO 0

Description of the fields

arenateamid

name

The name of the team

captainguid

The character global unique identifier of leader. View Characters.guid

type

0 = 2v2 1 = 3v3 2 = 5v5

EmblemStyle

EmblemColor

BorderStyle

BorderColor

BackgroundColor

Clone this wiki locally