diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 08bc1ecbf..776e9aa3d 100644 --- a/src/client.h +++ b/src/client.h @@ -136,6 +136,7 @@ enum PacketTypes PACKET_SIT = 7, PACKET_DIRECTION = 8, PACKET_ATTACK = 9, + PACKET_STOPATTACK = 10, PACKET_SIZE }; |