summaryrefslogtreecommitdiffstats
path: root/src/common/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/transaction.h')
-rw-r--r--src/common/transaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/transaction.h b/src/common/transaction.h
index fdd0b8f..51c373e 100644
--- a/src/common/transaction.h
+++ b/src/common/transaction.h
@@ -23,8 +23,8 @@
struct Transaction
{
- unsigned int mAction;
- unsigned int mCharacterId;
+ unsigned mAction;
+ unsigned mCharacterId;
std::string mMessage;
};