diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-07-14 16:23:09 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-15 11:45:37 -0400 |
commit | a185a08be08bf790141b3aa1b6fcecaea5915a7e (patch) | |
tree | e0554fae0259e50a353b6053912775526c0c2867 /src/mmo/clif.t.hpp | |
parent | fee59601b3dd16c10e767cac44ee5197db7811e8 (diff) | |
download | tmwa-a185a08be08bf790141b3aa1b6fcecaea5915a7e.tar.gz tmwa-a185a08be08bf790141b3aa1b6fcecaea5915a7e.tar.bz2 tmwa-a185a08be08bf790141b3aa1b6fcecaea5915a7e.tar.xz tmwa-a185a08be08bf790141b3aa1b6fcecaea5915a7e.zip |
misc modifications
Diffstat (limited to 'src/mmo/clif.t.hpp')
-rw-r--r-- | src/mmo/clif.t.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mmo/clif.t.hpp b/src/mmo/clif.t.hpp index f2ff583..377e953 100644 --- a/src/mmo/clif.t.hpp +++ b/src/mmo/clif.t.hpp @@ -472,6 +472,8 @@ enum class SP : uint16_t POS_X = 1074, POS_Y = 1075, + PVP_CHANNEL = 1076, + BL_ID = 1077, }; constexpr |