diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-07-16 19:53:39 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-07-25 20:10:42 +0200 |
commit | 995268b33ad305c68e340bdffd3b67322a659694 (patch) | |
tree | 35a1283d98647cba1a73e0373e9d776f81640759 /src/net/manaserv/manaserv_protocol.h | |
parent | d754a64e3839b3888d489046546195792e4ecc34 (diff) | |
download | mana-995268b33ad305c68e340bdffd3b67322a659694.tar.gz mana-995268b33ad305c68e340bdffd3b67322a659694.tar.bz2 mana-995268b33ad305c68e340bdffd3b67322a659694.tar.xz mana-995268b33ad305c68e340bdffd3b67322a659694.zip |
Added handler to display text particles sent by server
Change is tested.
Reviewed-by: bjorn.
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 |