Fix compile under windows

This commit is contained in:
Spp
2012-08-03 15:54:54 +02:00
parent 55ce180f28
commit 634776e0bc
38 changed files with 334 additions and 334 deletions

View File

@@ -44,7 +44,7 @@ void LoadFromDB()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 known addons. DB table `addons` is empty!");
return;
}
@@ -64,7 +64,7 @@ void LoadFromDB()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u known addons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
}
void SaveAddon(AddonInfo const& addon)