mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
refactor(Core/Game): restyle game lib with astyle (#3466)
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
namespace lfg
|
||||
{
|
||||
|
||||
/**
|
||||
Stores all lfg data needed about the player.
|
||||
*/
|
||||
/**
|
||||
Stores all lfg data needed about the player.
|
||||
*/
|
||||
|
||||
class LfgPlayerData
|
||||
{
|
||||
class LfgPlayerData
|
||||
{
|
||||
public:
|
||||
LfgPlayerData();
|
||||
~LfgPlayerData();
|
||||
@@ -65,7 +65,7 @@ class LfgPlayerData
|
||||
uint8 m_Roles; ///< Roles the player selected when joined LFG
|
||||
std::string m_Comment; ///< Player comment used when joined LFG
|
||||
LfgDungeonSet m_SelectedDungeons; ///< Selected Dungeons when joined LFG
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace lfg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user