removed unneeded local variable

This commit is contained in:
Arthur Ice
2014-03-26 16:31:55 -07:00
parent 77bd6e761c
commit 103af57d5a
-1
View File
@@ -11695,7 +11695,6 @@ void Bot::ProcessBotCommands(Client *c, const Seperator *sep) {
//read from db //read from db
char* Query = 0; char* Query = 0;
MYSQL_RES* DatasetResult; MYSQL_RES* DatasetResult;
MYSQL_ROW DataRow;
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)");