summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-12 05:23:00 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-15 20:36:28 +0300
commit2cb8eb886240344e09eaae1191493a8eb1ee456b (patch)
treec23423404effd359438c3d8f0c0d8250942829c9 /src/map/packets_struct.h
parentef155244596854db06d9123948aa602e266845ae (diff)
downloadhercules-2cb8eb886240344e09eaae1191493a8eb1ee456b.tar.gz
hercules-2cb8eb886240344e09eaae1191493a8eb1ee456b.tar.bz2
hercules-2cb8eb886240344e09eaae1191493a8eb1ee456b.tar.xz
hercules-2cb8eb886240344e09eaae1191493a8eb1ee456b.zip
Clean all unused bits in packet 0x99b.
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 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));