mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
fix(DB/broadcast_text): align some column names (#10090)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user