mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 00:32:25 +00:00
removed unneeded local variable
This commit is contained in:
parent
103af57d5a
commit
d8940ed98a
@ -11694,7 +11694,6 @@ void Bot::ProcessBotCommands(Client *c, const Seperator *sep) {
|
||||
if(!strcasecmp(sep->arg[1], "help") && !strcasecmp(sep->arg[2], "armorcolor") ){
|
||||
//read from db
|
||||
char* Query = 0;
|
||||
MYSQL_RES* DatasetResult;
|
||||
|
||||
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)");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user