From 2cb8eb886240344e09eaae1191493a8eb1ee456b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Jul 2018 05:23:00 +0300 Subject: Clean all unused bits in packet 0x99b. --- src/map/packets_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 5c7cc04b7..6adef314a 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -922,7 +922,7 @@ struct packet_maptypeproperty2 { uint32 nocostume : 1; /// Does not show costume sprite. uint32 usecart : 1; /// Allow opening cart inventory uint32 summonstarmiracle : 1; // TODO: What does this do? Related to Taekwon Masters, but I have no idea. - uint32 SpareBits : 15; /// Currently ignored, reserved for future updates + uint32 SpareBits : 21; /// Currently ignored, reserved for future updates } flag; } __attribute__((packed)); -- cgit v1.2.3-60-g2f50