From 891952eb799507746b57f5425399059545db3571 Mon Sep 17 00:00:00 2001 From: SecretsOTheP Date: Wed, 3 Sep 2014 18:34:31 -0400 Subject: [PATCH] Bot fixes for previous commit --- zone/bot.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/bot.cpp b/zone/bot.cpp index e782e6db8..9d7dc508f 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -11741,8 +11741,6 @@ void Bot::ProcessBotCommands(Client *c, const Seperator *sep) { if(!strcasecmp(sep->arg[1], "augmentitem")) { AugmentItem_Struct* in_augment = new AugmentItem_Struct[sizeof(AugmentItem_Struct)]; in_augment->container_slot = 1000; // - in_augment->unknown02[0] = 0; - in_augment->unknown02[1] = 0; in_augment->augment_slot = -1; Object::HandleAugmentation(c, in_augment, c->GetTradeskillObject()); return;