summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/protocol.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-09-27 17:18:01 +0200
committerPhilipp Sehmisch <crush@themanaworld.org>2009-09-27 17:18:01 +0200
commit2c1745f6a0fc3642a986aff5f3e23a79ee96450e (patch)
tree9c80000fcab35962d4579f074c30da7cfc2244a0 /src/net/tmwserv/protocol.h
parent658c737c051fc28fa1d33e6ac0d07a36e9d5f8e0 (diff)
downloadmana-client-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.tar.gz
mana-client-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.tar.bz2
mana-client-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.tar.xz
mana-client-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.zip
Client-sided netcode support for being-bound special effects
Diffstat (limited to 'src/net/tmwserv/protocol.h')
-rw-r--r--src/net/tmwserv/protocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwserv/protocol.h b/src/net/tmwserv/protocol.h
index 60a50d89..1a42093e 100644
--- a/src/net/tmwserv/protocol.h
+++ b/src/net/tmwserv/protocol.h
@@ -147,7 +147,8 @@ enum {
PGMSG_USE_ITEM = 0x0300, // B slot
GPMSG_USE_RESPONSE = 0x0301, // B error
GPMSG_BEINGS_DAMAGE = 0x0310, // { W being id, W amount }*
- GPMSG_CREATE_EFFECT = 0x0320, // W effect id, W*2 position
+ GPMSG_CREATE_EFFECT_POS = 0x0320, // W effect id, W*2 position
+ GPMSG_CREATE_EFFECT_BEING = 0x0321, // W effect id, W BeingID
// Guild
PCMSG_GUILD_CREATE = 0x0350, // S name