mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Misc: DBC std::array refactors, and |Hachievement unit tests
(cherry picked from commit 3fbbe7cfbe)
This commit is contained in:
@@ -139,7 +139,7 @@ struct LocalizedString
|
||||
return Str[locale];
|
||||
}
|
||||
|
||||
char const* Str[TOTAL_LOCALES];
|
||||
std::array<char const*, TOTAL_LOCALES> Str;
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user