Core/Conditions: Implemented missing PlayerCondition columns - time and weather

Port From (https://github.com/TrinityCore/TrinityCore/commit/8aaf750be1ee16a299016cf038bd84bd9b387544)
This commit is contained in:
hondacrx
2021-06-04 16:49:44 -04:00
parent ba2908f508
commit c1409e4787
5 changed files with 48 additions and 10 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ namespace Game
UpdateWeather();
}
WeatherState GetWeatherState()
public WeatherState GetWeatherState()
{
if (m_grade < 0.27f)
return WeatherState.Fine;