diff --git a/zone/bot.cpp b/zone/bot.cpp index e7684358c..fe8073e9d 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -4859,6 +4859,10 @@ void Bot::PerformTradeWithClient(int16 begin_slot_id, int16 end_slot_id, Client* continue; } + if (trade_instance->GetItem()->ItemType == EQ::item::ItemTypeAugmentation) { + continue; + } + //if (stage_loop == stageStackable) { // // TODO: implement // continue;