[Commands] Cleanup #mysql Command. (#1837)

* [Commands] Cleanup #mysql Command.
- Cleanup messages and logic.

* Update mysql.cpp
This commit is contained in:
Kinglykrab
2021-11-27 20:32:21 -05:00
committed by GitHub
parent a6e5534b64
commit fd862d16bb
2 changed files with 64 additions and 66 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ int command_init(void)
command_add("movechar", "[Character ID|Character Name] [Zone ID|Zone Short Name] - Move an offline character to the specified zone", AccountStatus::Guide, command_movechar) ||
command_add("movement", "Various movement commands", AccountStatus::GMMgmt, command_movement) ||
command_add("myskills", "- Show details about your current skill levels", AccountStatus::Player, command_myskills) ||
command_add("mysql", "Mysql CLI, see 'help' for options.", AccountStatus::GMImpossible, command_mysql) ||
command_add("mysql", "[Help|Query] [SQL Query] - Mysql CLI, see 'Help' for options.", AccountStatus::GMImpossible, command_mysql) ||
command_add("mystats", "- Show details about you or your pet", AccountStatus::Guide, command_mystats) ||
command_add("name", "[newname] - Rename your player target", AccountStatus::GMLeadAdmin, command_name) ||
command_add("netstats", "- Gets the network stats for a stream.", AccountStatus::GMMgmt, command_netstats) ||