aboutsummaryrefslogtreecommitdiff
path: root/src/game/Guild.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 16:06:21 -0700
committermaximius <none@none>2009-09-14 16:06:21 -0700
commit4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (patch)
tree52418d9fdb958c6ff4f2bffe2b58121e73807bc4 /src/game/Guild.h
parentb37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (diff)
*Use 4 spaces instead of tabs in .cpp and .h files
--HG-- branch : trunk
Diffstat (limited to 'src/game/Guild.h')
-rw-r--r--src/game/Guild.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/game/Guild.h b/src/game/Guild.h
index 7a715be8911..bf8e810839b 100644
--- a/src/game/Guild.h
+++ b/src/game/Guild.h
@@ -297,19 +297,19 @@ class Guild
uint32 GetId(){ return m_Id; }
const uint64& GetLeader(){ return m_LeaderGuid; }
- std::string const& GetName() const { return m_Name; }
- std::string const& GetMOTD() const { return MOTD; }
- std::string const& GetGINFO() const { return GINFO; }
-
- uint32 GetCreatedYear() const { return m_CreatedYear; }
- uint32 GetCreatedMonth() const { return m_CreatedMonth; }
- uint32 GetCreatedDay() const { return m_CreatedDay; }
-
- uint32 GetEmblemStyle() const { return m_EmblemStyle; }
- uint32 GetEmblemColor() const { return m_EmblemColor; }
- uint32 GetBorderStyle() const { return m_BorderStyle; }
- uint32 GetBorderColor() const { return m_BorderColor; }
- uint32 GetBackgroundColor() const { return m_BackgroundColor; }
+ std::string const& GetName() const { return m_Name; }
+ std::string const& GetMOTD() const { return MOTD; }
+ std::string const& GetGINFO() const { return GINFO; }
+
+ uint32 GetCreatedYear() const { return m_CreatedYear; }
+ uint32 GetCreatedMonth() const { return m_CreatedMonth; }
+ uint32 GetCreatedDay() const { return m_CreatedDay; }
+
+ uint32 GetEmblemStyle() const { return m_EmblemStyle; }
+ uint32 GetEmblemColor() const { return m_EmblemColor; }
+ uint32 GetBorderStyle() const { return m_BorderStyle; }
+ uint32 GetBorderColor() const { return m_BorderColor; }
+ uint32 GetBackgroundColor() const { return m_BackgroundColor; }
void SetLeader(uint64 guid);
bool AddMember(uint64 plGuid, uint32 plRank);