aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Weather/WeatherMgr.cpp
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2017-10-29 13:12:38 +0100
committerfunjoker <funjoker109@gmail.com>2021-01-21 22:30:40 +0100
commit93552510abf2fe0db0557036143b124c4a12cbe5 (patch)
treebe118f6eb326fb4e0299a77e405a2f6302e44cd6 /src/server/game/Weather/WeatherMgr.cpp
parent848b60bff4f7a4b623627c2730de731646738e17 (diff)
Core/Logs: Fix more logs
the others have exit,so they continue to be error because they are critical (cherry picked from commit b68484cfb0c371dc8de24acf533a20cb5277d2fd)
Diffstat (limited to 'src/server/game/Weather/WeatherMgr.cpp')
-rw-r--r--src/server/game/Weather/WeatherMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Weather/WeatherMgr.cpp b/src/server/game/Weather/WeatherMgr.cpp
index b3faf51c672..ca8da32701e 100644
--- a/src/server/game/Weather/WeatherMgr.cpp
+++ b/src/server/game/Weather/WeatherMgr.cpp
@@ -55,7 +55,7 @@ void LoadWeatherData()
if (!result)
{
- TC_LOG_ERROR("server.loading", ">> Loaded 0 weather definitions. DB table `game_weather` is empty.");
+ TC_LOG_INFO("server.loading", ">> Loaded 0 weather definitions. DB table `game_weather` is empty.");
return;
}