fix(DB/broadcast_text): align some column names (#10090)

This commit is contained in:
Kitzunu
2022-01-13 15:20:20 +01:00
committed by GitHub
parent 3fe82ff268
commit 2ff4e85578
3 changed files with 42 additions and 29 deletions

View File

@@ -442,15 +442,15 @@ struct BroadcastText
uint32 LanguageID{0};
std::vector<std::string> MaleText;
std::vector<std::string> FemaleText;
uint32 EmoteId0{0};
uint32 EmoteId1{0};
uint32 EmoteId2{0};
uint32 EmoteDelay0{0};
uint32 EmoteId3{0};
uint32 EmoteDelay1{0};
uint32 EmoteDelay2{0};
uint32 SoundId{0};
uint32 Unk1{0};
uint32 Unk2{0};
uint32 EmoteDelay3{0};
uint32 SoundEntriesId{0};
uint32 EmotesID{0};
uint32 Flags{0};
// uint32 VerifiedBuild;
[[nodiscard]] std::string const& GetText(LocaleConstant locale = DEFAULT_LOCALE, uint8 gender = GENDER_MALE, bool forceGender = false) const