Thread: Zone names
View Single Post
  #4  
Old 10-25-2004, 02:36 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Its not editing the client....

eqstr_us.txt holds the zone names you see in the ENTERING XXXXX....., which wouldnt be editing the client.

The db holds the rest of the times you see the zone name that changing the string in that txt file doesnt change.
__________________
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