diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2019-07-08 12:51:42 +0200 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-07-08 12:51:42 +0200 |
| commit | 574a7c8d3d5f5a5660295deb70e905cf4dd756c4 (patch) | |
| tree | e82828fb825b4f04cb841dc6cb53945d46fc15cc /src/server/game/Guilds | |
| parent | 84b7b2e08ea55575cbe62d795383d4a5341ffd4d (diff) | |
Core/Misc: More coding standards (#23519)
* Core/Misc: More coding standards
* revert part
* "void " or more to "void "
* fix? reject
* remove more double whitespaces
* remove more double whitespaces
* more standards
* more coding standards
* More standards
* more coding
* more coding standards
* more coding standards
* And more standards
Diffstat (limited to 'src/server/game/Guilds')
| -rw-r--r-- | src/server/game/Guilds/Guild.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Guilds/Guild.h b/src/server/game/Guilds/Guild.h index b0547cc3ac1..81d25d29cc3 100644 --- a/src/server/game/Guilds/Guild.h +++ b/src/server/game/Guilds/Guild.h @@ -259,8 +259,8 @@ class GuildBankRightsAndSlots int8 GetRights() const { return rights; } private: - uint8 tabId; - uint8 rights; + uint8 tabId; + uint8 rights; uint32 slots; }; @@ -381,7 +381,7 @@ class TC_GAME_API Guild GuildEventLogTypes m_eventType; ObjectGuid::LowType m_playerGuid1; ObjectGuid::LowType m_playerGuid2; - uint8 m_newRank; + uint8 m_newRank; }; // Bank event log entry |
