aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/DungeonFinding/LFGMgr.cpp
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2012-08-03 15:54:54 +0200
committerSpp <spp@jorge.gr>2012-08-03 15:54:54 +0200
commit634776e0bcc90e610a3f736e8ddf75792ad9b73e (patch)
treefbe98d997a68f99062eed13070c707a8a4b5e76d /src/server/game/DungeonFinding/LFGMgr.cpp
parent55ce180f2867700b28921d99f9a0cb9c83330c91 (diff)
Fix compile under windows
Diffstat (limited to 'src/server/game/DungeonFinding/LFGMgr.cpp')
-rwxr-xr-xsrc/server/game/DungeonFinding/LFGMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/DungeonFinding/LFGMgr.cpp b/src/server/game/DungeonFinding/LFGMgr.cpp
index 05385361e1b..3a2a044ca3b 100755
--- a/src/server/game/DungeonFinding/LFGMgr.cpp
+++ b/src/server/game/DungeonFinding/LFGMgr.cpp
@@ -136,7 +136,7 @@ void LFGMgr::LoadRewards()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 lfg dungeon rewards. DB table `lfg_dungeon_rewards` is empty!");
-
+
return;
}
@@ -184,7 +184,7 @@ void LFGMgr::LoadRewards()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_LFG, ">> Loaded %u lfg dungeon rewards in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void LFGMgr::Update(uint32 diff)