aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorParadox iamparadox@netscape.net <none@none>2009-02-28 17:42:29 -0500
committerParadox iamparadox@netscape.net <none@none>2009-02-28 17:42:29 -0500
commitef8d2ac0808bce13a53132908df18d4f39a81b88 (patch)
treee8e15189ce487f7858e86c06a33bb8ba8a434e77 /src/game/World.cpp
parent449bf7b34e8773ec7427a54c7c65070d80001414 (diff)
AHBot/AH changes
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 1e9923cc065..f056e8b8330 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -281,7 +281,7 @@ bool World::HasRecentlyDisconnected(WorldSession* session)
if(!session) return false;
if(uint32 tolerance = getConfig(CONFIG_INTERVAL_DISCONNECT_TOLERANCE))
- {
+ {
for(DisconnectMap::iterator i = m_disconnects.begin(); i != m_disconnects.end(); ++i)
{
if(difftime(i->second, time(NULL)) < tolerance)
@@ -1606,7 +1606,7 @@ void World::Update(uint32 diff)
if (m_timers[WUPDATE_AUCTIONS].Passed())
{
AuctionHouseBot();
- m_timers[WUPDATE_AUCTIONS].Reset();
+ m_timers[WUPDATE_AUCTIONS].Reset();
///- Update mails (return old mails with item, or delete them)
//(tested... works on win)