View Single Post
  #9  
Old 10-14-2012, 03:16 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Ah Noport, we bow to your superior knowledge and the magic server you are running, but for those of us that live in the real world these are the clients that are supported in the source code from our woefully lacking SVN.

Code:
void RegisterAllPatches(EQStreamIdentifier &into) {
	Client62::Register(into);
	Titanium::Register(into);
	SoF::Register(into);
	SoD::Register(into);
	Underfoot::Register(into);
	//HoT::Register(into);
	//VoA::Register(into);
}
Perhaps one day you will shower us with your knowledge and give us the gift of supporting every client and every patch ever made by Sony, but until then we will blindly suffer on in these dark ages always dreaming of the day when we will reach enlightenment.
Reply With Quote