Browse Source

Update TradeskillsPackets.cpp

removed OutPutDebug string()
Robert Allen 1 year ago
parent
commit
f5baf7b44a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/Tradeskills/TradeskillsPackets.cpp

+ 1 - 1
EQ2/source/WorldServer/Tradeskills/TradeskillsPackets.cpp

@@ -225,7 +225,7 @@ void ClientPacketFunctions::SendCreateFromRecipe(Client* client, int32 recipeID)
 				item = master_item_list.GetItem(*itr);
 				itemss = client->GetPlayer()->item_list.GetAllItemsFromID((*itr));
 				sprintf(msgbuf, "k=%d hascomp=%d \n", k, hasComp);
-				OutputDebugString(msgbuf);
+				//OutputDebugString(msgbuf);
 				if (itemss.size() > 0) { 
 					int16 needed_qty = 0;
 					int16 have_qty = 0;