mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Hotfix] Return weather_type_map
This commit is contained in:
parent
4c7a625d7c
commit
05723ad1e8
@ -521,6 +521,8 @@ const std::map<uint8, std::string>& EQ::constants::GetWeatherTypeMap()
|
|||||||
{WeatherTypes::Raining, "Raining"},
|
{WeatherTypes::Raining, "Raining"},
|
||||||
{WeatherTypes::Snowing, "Snowing"}
|
{WeatherTypes::Snowing, "Snowing"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
return weather_type_map;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string EQ::constants::GetWeatherTypeName(uint8 weather_type)
|
std::string EQ::constants::GetWeatherTypeName(uint8 weather_type)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user