summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h
index a0499377..ea3aab57 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -313,6 +313,7 @@ enum {
enum {
SYNC_CHARACTER_POINTS = 0x01, // L charId, L charPoints, L corrPoints, B attribute id, L attribute value
SYNC_CHARACTER_SKILL = 0x02, // L charId, B skillId, L skill value
+ SYNC_ONLINE_STATUS = 0x03, // L charId, B 0x00 = offline, 0x01 = online
SYNC_END_OF_BUFFER = 0xFF // shows, that the buffer ends here.
};