Update src/server/game/Weather/Weather.cpp

This commit is contained in:
Alexei_Nech
2013-02-17 16:29:24 +02:00
parent 608785c3a4
commit d0799f3f88

View File

@@ -221,6 +221,9 @@ bool Weather::UpdateWeather()
char const* wthstr;
switch (state)
{
case WEATHER_STATE_FOG:
wthstr = "fog";
break;
case WEATHER_STATE_LIGHT_RAIN:
wthstr = "light rain";
break;