summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-10-27 17:16:40 +0000
committerDavid Athay <ko2fan@gmail.com>2008-10-27 17:16:40 +0000
commit5427da41d391937a9e9b353889347a7462a734f8 (patch)
tree71185fce65324a0d99683084226f20e8be065140 /src/defines.h
parentfb2b268a2616617800b92330e09278042e50e7d7 (diff)
downloadmanaserv-5427da41d391937a9e9b353889347a7462a734f8.tar.gz
manaserv-5427da41d391937a9e9b353889347a7462a734f8.tar.bz2
manaserv-5427da41d391937a9e9b353889347a7462a734f8.tar.xz
manaserv-5427da41d391937a9e9b353889347a7462a734f8.zip
Added changing player's character and account level (game-server commit to come at a later date)
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 2a5a7a56..e7d7ae9a 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -261,6 +261,8 @@ enum {
GAMSG_GET_QUEST = 0x0541, // L id, S name
AGMSG_GET_QUEST_RESPONSE = 0x0542, // L id, S name, S value
GAMSG_BAN_PLAYER = 0x0550, // L id, W duration
+ GAMSG_CHANGE_PLAYER_LEVEL = 0x0555, // L id, W level
+ GAMSG_CHANGE_ACCOUNT_LEVEL = 0x0556, // L id, W level
GAMSG_STATISTICS = 0x0560, // { W map id, W thing nb, W monster nb, W player nb, { L character id }* }*
CGMSG_CHANGED_PARTY = 0x0590, // L character id, L party id
GCMSG_REQUEST_POST = 0x05A0, // L character id
@@ -268,8 +270,6 @@ enum {
GCMSG_STORE_POST = 0x05A5, // L sender id, S receiver name, S letter, { W attachment item id, W quantity }
CGMSG_STORE_POST_RESPONSE = 0x05A6, // L id, B error
-
-
XXMSG_INVALID = 0x7FFF
};