diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-10-14 15:58:59 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-15 11:46:55 -0400 |
commit | 3731a8e9a30f1fd9b30f99f94e2fe62bbdb285a1 (patch) | |
tree | 158d45edd852a733bfc125a4dd324de98b934334 /src/mmo | |
parent | 0fd54ac797cea996ba3430168b4a962df13c12fa (diff) | |
download | tmwa-3731a8e9a30f1fd9b30f99f94e2fe62bbdb285a1.tar.gz tmwa-3731a8e9a30f1fd9b30f99f94e2fe62bbdb285a1.tar.bz2 tmwa-3731a8e9a30f1fd9b30f99f94e2fe62bbdb285a1.tar.xz tmwa-3731a8e9a30f1fd9b30f99f94e2fe62bbdb285a1.zip |
add more params, allow get/set to use char id
Diffstat (limited to 'src/mmo')
-rw-r--r-- | src/mmo/clif.t.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mmo/clif.t.hpp b/src/mmo/clif.t.hpp index fec0201..888fd66 100644 --- a/src/mmo/clif.t.hpp +++ b/src/mmo/clif.t.hpp @@ -307,8 +307,9 @@ enum class SP : uint16_t // sent to client JOBLEVEL = 55, -#if 0 PARTNER = 57, + +#if 0 CART = 58, FAME = 59, UNBREAKABLE = 60, @@ -475,6 +476,7 @@ enum class SP : uint16_t PVP_CHANNEL = 1076, BL_ID = 1077, BL_TYPE = 1078, + CHAR_ID = 1079, }; constexpr |