mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 19:13:49 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -55,7 +55,7 @@ class Weather
|
||||
public:
|
||||
|
||||
Weather(uint32 zone, WeatherData const* weatherChances);
|
||||
~Weather() { };
|
||||
~Weather() = default;;
|
||||
|
||||
bool Update(uint32 diff);
|
||||
bool ReGenerate();
|
||||
|
||||
Reference in New Issue
Block a user