diff options
author | megamage <none@none> | 2009-01-21 16:18:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-21 16:18:57 -0600 |
commit | 4230318f962f5faeddf188d61a367a635a8bb81a (patch) | |
tree | 6827d5a40216a2915c3d7724706c3121e237d51f /src/game/World.cpp | |
parent | 68c0bcd06980cbc5babc842d990d1b8eb564e388 (diff) |
*Update to Mangos 7136.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index b07be31b66a..1607206cf40 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1504,7 +1504,7 @@ void World::RecordTimeDiff(const char *text, ...) } /// Update the World ! -void World::Update(time_t diff) +void World::Update(uint32 diff) { m_updateTime = uint32(diff); if(m_configs[CONFIG_INTERVAL_LOG_UPDATE]) @@ -2908,7 +2908,7 @@ void World::SendServerMessage(uint32 type, const char *text, Player* player) SendGlobalMessage( &data ); } -void World::UpdateSessions( time_t diff ) +void World::UpdateSessions( uint32 diff ) { ///- Add new sessions while(!addSessQueue.empty()) |