mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 19:47:16 +00:00
removed unneeded local variable
This commit is contained in:
@@ -11694,7 +11694,6 @@ void Bot::ProcessBotCommands(Client *c, const Seperator *sep) {
|
|||||||
if(!strcasecmp(sep->arg[1], "help") && !strcasecmp(sep->arg[2], "armorcolor") ){
|
if(!strcasecmp(sep->arg[1], "help") && !strcasecmp(sep->arg[2], "armorcolor") ){
|
||||||
//read from db
|
//read from db
|
||||||
char* Query = 0;
|
char* Query = 0;
|
||||||
MYSQL_RES* DatasetResult;
|
|
||||||
|
|
||||||
c->Message(0, "-----------------#bot armorcolor help-----------------------------");
|
c->Message(0, "-----------------#bot armorcolor help-----------------------------");
|
||||||
c->Message(0, "Armor: 17(Chest/Robe), 7(Arms), 9(Bracer), 12(Hands), 18(Legs), 19(Boots), 2(Helm)");
|
c->Message(0, "Armor: 17(Chest/Robe), 7(Arms), 9(Bracer), 12(Hands), 18(Legs), 19(Boots), 2(Helm)");
|
||||||
|
|||||||
Reference in New Issue
Block a user