View Single Post
  #1  
Old 03-29-2005, 02:11 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Friendly Reminder

Just a reminder to those that are expecting to use minilogin when EQEMu is up with live, that the loginserver has changed and the Minilogin will be broken with 0.6.1, Unless Lethal makes a new update to it.
__________________
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