aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Weather/WeatherMgr.cpp
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-01-30 10:34:18 +0100
committerSpp <spp@jorge.gr>2013-01-30 10:34:18 +0100
commit8cd408ae6cb2a7f9eb84c9e2a57fc65a15ce6faf (patch)
tree4dc77b690042af55165b7a299792a80f2e437354 /src/server/game/Weather/WeatherMgr.cpp
parentc4e4cb1b5c4b407c44da30fb254a6c248503451b (diff)
Core/Misc: Some changes to minimize differences with 4.3.4 branch
Diffstat (limited to 'src/server/game/Weather/WeatherMgr.cpp')
-rw-r--r--src/server/game/Weather/WeatherMgr.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/game/Weather/WeatherMgr.cpp b/src/server/game/Weather/WeatherMgr.cpp
index 802cdb8209f..769e40b4dff 100644
--- a/src/server/game/Weather/WeatherMgr.cpp
+++ b/src/server/game/Weather/WeatherMgr.cpp
@@ -96,8 +96,7 @@ void LoadWeatherData()
if (!result)
{
- sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 weather definitions. DB table `game_weather` is empty.");
-
+ sLog->outError(LOG_FILTER_SERVER_LOADING, ">> Loaded 0 weather definitions. DB table `game_weather` is empty.");
return;
}
@@ -141,7 +140,6 @@ void LoadWeatherData()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_SERVER_LOADING, ">> Loaded %u weather definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
}
void SendFineWeatherUpdateToPlayer(Player* player)