diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-09-27 17:18:01 +0200 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-09-27 17:18:01 +0200 |
commit | 2c1745f6a0fc3642a986aff5f3e23a79ee96450e (patch) | |
tree | 9c80000fcab35962d4579f074c30da7cfc2244a0 /src/net/tmwserv/protocol.h | |
parent | 658c737c051fc28fa1d33e6ac0d07a36e9d5f8e0 (diff) | |
download | mana-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.tar.gz mana-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.tar.bz2 mana-2c1745f6a0fc3642a986aff5f3e23a79ee96450e.tar.xz mana-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.h | 3 |
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 |