summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index af76a66d7..e23822e31 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -2722,7 +2722,7 @@ struct packet_achievement_update {
struct packet_achievement_reward_ack {
uint16 packet_id;
- uint8 received;
+ uint8 failed;
uint32 ach_id;
} __attribute__((packed));