Thread: Oops.
View Single Post
  #2  
Old 08-02-2004, 03:52 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Fixed!
I don't know what was wrong I think it was either something wrong with the guilds or the quest globals, because when I created a new character it worked. I was tinkering with both at the time it started doing it, so thats probably what was wrong. Now can anyone assist me with the ZoneProxy Issue?
__________________
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.