summaryrefslogtreecommitdiff
path: root/src/common/manaserv_protocol.h
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-09-08 20:35:36 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-09-08 20:35:36 +0200
commit54389afd7ba9fecf0761333185145e968e2453ae (patch)
treeee3450aaa10e603ecb36ce47fa437626f550f116 /src/common/manaserv_protocol.h
parent05fc955a3f8a03539088fa7569395434e29d90e8 (diff)
downloadmanaserv-54389afd7ba9fecf0761333185145e968e2453ae.tar.gz
manaserv-54389afd7ba9fecf0761333185145e968e2453ae.tar.bz2
manaserv-54389afd7ba9fecf0761333185145e968e2453ae.tar.xz
manaserv-54389afd7ba9fecf0761333185145e968e2453ae.zip
Actually send the info about beings using direction abilities
Diffstat (limited to 'src/common/manaserv_protocol.h')
-rw-r--r--src/common/manaserv_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 312fdb59..b34a99ec 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -145,6 +145,7 @@ enum {
GPMSG_ITEMS = 0x0281, // { W item id, W*2 position }*
GPMSG_BEING_ABILITY_POINT = 0x0282, // W being id, B abilityId, W*2 point
GPMSG_BEING_ABILITY_BEING = 0x0283, // W being id, B abilityId, W target being id
+ GPMSG_BEING_ABILITY_DIRECTION = 0x0284, // W being id, B abilityId, B direction
PGMSG_USE_ABILITY_ON_BEING = 0x0290, // B abilityID, W being id
PGMSG_USE_ABILITY_ON_POINT = 0x0291, // B abilityID, W*2 position
PGMSG_USE_ABILITY_ON_DIRECTION = 0x0292, // B abilityID, B direction