aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Reputation/ReputationMgr.h
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-07-08 12:51:42 +0200
committerGiacomo Pozzoni <giacomopoz@gmail.com>2019-07-08 12:51:42 +0200
commit574a7c8d3d5f5a5660295deb70e905cf4dd756c4 (patch)
treee82828fb825b4f04cb841dc6cb53945d46fc15cc /src/server/game/Reputation/ReputationMgr.h
parent84b7b2e08ea55575cbe62d795383d4a5341ffd4d (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/Reputation/ReputationMgr.h')
-rw-r--r--src/server/game/Reputation/ReputationMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Reputation/ReputationMgr.h b/src/server/game/Reputation/ReputationMgr.h
index 0597cb609cd..155aae1725c 100644
--- a/src/server/game/Reputation/ReputationMgr.h
+++ b/src/server/game/Reputation/ReputationMgr.h
@@ -50,7 +50,7 @@ struct FactionState
{
uint32 ID;
RepListID ReputationListID;
- int32 Standing;
+ int32 Standing;
uint8 Flags;
bool needSend;
bool needSave;