Show
Ignore:
Timestamp:
09/20/09 20:50:14 (3 years ago)
Author:
valroft
Message:

- Fully reverted LocalizationMgr?. It wasn't being used, and really only wasted memory. Localize your own DBs.
- Run the SQL update 2009_09_20_localizations.sql.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/hearthstone-world/World.cpp

    r19 r21  
    104104World::~World() 
    105105{ 
    106         Log.Notice("LocalizationMgr", "~LocalizationMgr()"); 
    107         sLocalizationMgr.Shutdown(); 
    108  
    109106        Log.Notice("WorldLog", "~WorldLog()"); 
    110107        delete WorldLog::getSingletonPtr(); 
     
    447444        // wait for all loading to complete. 
    448445        tl.wait(); 
    449         sLocalizationMgr.Reload(false); 
    450446 
    451447        CommandTableStorage::getSingleton().Load();