DB:Auth:account access

From Project Skyfire
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Back to auth database list of tables.


The `account_access` table

This table holds security access level for any realm in realmlist table.


Structure

Field Type Attributes Key Null Default Extra Comment
id int(10) unsigned PRI NO
gmlevel tinyint(3) unsigned NO
RealmID int(11) signed PRI NO -1


Description of the fields

id

The account ID.

gmlevel

The account security level. Different levels have access to different commands. The individual level required for a command is defined in the command table in each realm.

RealmID

The Realm ID.