diff options
| author | KingPin <none@none> | 2008-10-21 12:43:24 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-21 12:43:24 -0500 |
| commit | ed94fdb8bc88ed204df805ad292da5c1e2018dde (patch) | |
| tree | 40a71c55053d3ccd480eba879dc916fc304f9067 /src/game/World.cpp | |
| parent | d0325e253616e855df37a2d23414ff6b93db93bf (diff) | |
[svn] * Added some player info cache to the core. Thanx to Rognar for patch, visaglis for testing and bugging me to add it.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index d922e10d332..9fdd9580872 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -988,6 +988,9 @@ void World::SetInitialWorldSettings() sLog.outString( "Loading Page Texts..." ); objmgr.LoadPageTexts(); + sLog.outString( "Loading Player info in cache..." ); + objmgr.LoadPlayerInfoInCache(); + sLog.outString( "Loading Game Object Templates..." ); // must be after LoadPageTexts objmgr.LoadGameobjectInfo(); |
