Skip to content

Command

AnonXS edited this page Jul 27, 2019 · 2 revisions

Back to world database list of tables.

The `command` table

Holds help and security information for commands.

Structure

Field Type Null Key Default Extra
name varchar(50) NO PRI
security tinyint(3) unsigned NO 0
help longtext YES None

Description of the fields

name

The name of the command.

security

The security level required to use the command. Corresponds with account.gmlevel in the realm database.

help

The help text displayed by the .help command.

Command Security Description
.debug lootdropstats [#entry] ? Rolls 100k Lootsimulations for creature with #entry
Clone this wiki locally