mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
feat(Core/Misc): includes cleanup (#5953)
This commit is contained in:
@@ -662,8 +662,8 @@ union GameObjectValue
|
||||
|
||||
struct GameObjectLocale
|
||||
{
|
||||
StringVector Name;
|
||||
StringVector CastBarCaption;
|
||||
std::vector<std::string> Name;
|
||||
std::vector<std::string> CastBarCaption;
|
||||
};
|
||||
|
||||
// `gameobject_addon` table
|
||||
|
||||
Reference in New Issue
Block a user