summaryrefslogtreecommitdiff
path: root/src/common/manaserv_protocol.h
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-04-14 23:16:09 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-08-26 22:56:46 +0200
commite3fcc1a47db312933a0f5b7e725c5779a1a45722 (patch)
tree876ba8fa629847a0e1e1d339d638786499251065 /src/common/manaserv_protocol.h
parent9c4b8e24487843f0b52108ba99c8c01f03bfae81 (diff)
downloadmanaserv-e3fcc1a47db312933a0f5b7e725c5779a1a45722.tar.gz
manaserv-e3fcc1a47db312933a0f5b7e725c5779a1a45722.tar.bz2
manaserv-e3fcc1a47db312933a0f5b7e725c5779a1a45722.tar.xz
manaserv-e3fcc1a47db312933a0f5b7e725c5779a1a45722.zip
[Abilities] Added network message for removed ability
This prevents really nasty code clientside
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 5649999b..05e5fd5b 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -148,6 +148,7 @@ enum {
PGMSG_USE_ABILITY_ON_BEING = 0x0292, // B abilityID, W being id
GPMSG_ABILITY_STATUS = 0x0293, // { B abilityID, D current, D max, D recharge }
PGMSG_USE_ABILITY_ON_POINT = 0x0294, // B abilityID, W*2 position
+ GPMSG_ABILITY_REMOVED = 0x0295, // B abilityID
PGMSG_SAY = 0x02A0, // S text
GPMSG_SAY = 0x02A1, // W being id, S text
GPMSG_NPC_CHOICE = 0x02B0, // W being id, { S text }*