Core/Conditions: Implemented missing PlayerCondition columns - time and weather
Port From (https://github.com/TrinityCore/TrinityCore/commit/8aaf750be1ee16a299016cf038bd84bd9b387544)
This commit is contained in:
@@ -339,7 +339,7 @@ namespace Game
|
||||
UpdateWeather();
|
||||
}
|
||||
|
||||
WeatherState GetWeatherState()
|
||||
public WeatherState GetWeatherState()
|
||||
{
|
||||
if (m_grade < 0.27f)
|
||||
return WeatherState.Fine;
|
||||
|
||||
Reference in New Issue
Block a user