Command - cmangos/issues GitHub Wiki
Back to world database list of tables.
Holds help and security information for commands.
Field | Type | Null | Key | Default | Extra |
name | varchar(50) | NO | PRI | ||
security | tinyint(3) unsigned | NO | 0 | ||
help | longtext | YES | None |
The name of the command.
The security level required to use the command. Corresponds with account.gmlevel in the realm database.
The help text displayed by the .help command.
Command | Security | Description |
.debug lootdropstats [#entry] | ? | Rolls 100k Lootsimulations for creature with #entry |