diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-07-25 20:11:51 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-07-25 20:11:51 +0200 |
commit | 368e8a2ba8546d2158c7089b9480aae25d93cf32 (patch) | |
tree | 3ab4abeacaab1e38fe7555a9ef6f33dcdc6aac0f /src/net/manaserv/manaserv_protocol.h | |
parent | f8252679bb7aa1ffb8d06d64cccba6e91c6d327b (diff) | |
parent | 22c1914a49fb0defbc4acf93729f2ab213b6b9da (diff) | |
download | mana-368e8a2ba8546d2158c7089b9480aae25d93cf32.tar.gz mana-368e8a2ba8546d2158c7089b9480aae25d93cf32.tar.bz2 mana-368e8a2ba8546d2158c7089b9480aae25d93cf32.tar.xz mana-368e8a2ba8546d2158c7089b9480aae25d93cf32.zip |
Merge branch 'master' into lpc2012
Diffstat (limited to 'src/net/manaserv/manaserv_protocol.h')
-rw-r--r-- | src/net/manaserv/manaserv_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/manaserv/manaserv_protocol.h b/src/net/manaserv/manaserv_protocol.h index bfa737d8..0cc4524c 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -181,6 +181,7 @@ enum { GPMSG_BEINGS_DAMAGE = 0x0310, // { W being id, W amount }* GPMSG_CREATE_EFFECT_POS = 0x0320, // W effect id, W*2 position GPMSG_CREATE_EFFECT_BEING = 0x0321, // W effect id, W BeingID + GPMSG_CREATE_TEXT_PARTICLE = 0x0322, // S text GPMSG_SHAKE = 0x0330, // W intensityX, W intensityY, [W decay_times_10000, [W duration]] // Guild |