Quote:
Originally Posted by Valkyeri
Ok edgar I found something out. Some hair styles work. And some turn you back to bauld. Try this edgar Human the long hair not in a pony tail. For me when i do that I get bauld when i zone. All the other human hair styles with color work except that one. I don't know about other races if they have the same problem.
|
Also try a Female High Elf with the Firiona Vie pony-tail. That wont seem to save either.
__________________
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.
|