aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Weather/Weather.cpp
diff options
context:
space:
mode:
authorAlexei_Nech <alexei_93@yahoo.com>2013-02-17 16:29:24 +0200
committerAlexei_Nech <alexei_93@yahoo.com>2013-02-17 16:29:24 +0200
commitd0799f3f88dcaee61ec3bd4c9321339fb808c28d (patch)
treed39263f4b17bf7c7965295424bb62c2ef3847956 /src/server/game/Weather/Weather.cpp
parent608785c3a400a54b57b823a4eac07206640c1664 (diff)
Update src/server/game/Weather/Weather.cpp
Diffstat (limited to 'src/server/game/Weather/Weather.cpp')
-rw-r--r--src/server/game/Weather/Weather.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Weather/Weather.cpp b/src/server/game/Weather/Weather.cpp
index cd148712b55..64ee188a0d2 100644
--- a/src/server/game/Weather/Weather.cpp
+++ b/src/server/game/Weather/Weather.cpp
@@ -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;