View Single Post
  #3  
Old 02-11-2006, 04:21 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

We can't do anything to distribute old patches. If you don't have the files, you don't have the files.

For seeing what works with what, theres my EQVerCheck (which I'm in the process of updating but its hard to get people that know their patch dates to give me what SEQ numbers they have :/ ) that could tell you if your live patch works with a version of EQEMu.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote