diff options
author | shennetsind <ind@henn.et> | 2013-06-25 11:26:53 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-25 11:26:53 -0300 |
commit | 5d467dd19d1756e42d3c95f553054177be6b5290 (patch) | |
tree | 592bd3764a69489a33f22a275e0fa8d535fef141 /src/map/packets_struct.h | |
parent | 5b40d0c2937c2fe4f8e133271d05602543d86277 (diff) | |
download | hercules-5d467dd19d1756e42d3c95f553054177be6b5290.tar.gz hercules-5d467dd19d1756e42d3c95f553054177be6b5290.tar.bz2 hercules-5d467dd19d1756e42d3c95f553054177be6b5290.tar.xz hercules-5d467dd19d1756e42d3c95f553054177be6b5290.zip |
Fixed item package announcer
Made Possible Thanks to Yommy (<3!)
Special Thanks to kyeme and Beret for bringing this issue to our attention.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 1a52040a8..d77784dc5 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -459,7 +459,7 @@ struct packet_script_clear { short PacketType; unsigned int NpcID; } __attribute__((packed)); - +/* made possible thanks to Yommy!! */ struct packet_package_item_announce { short PacketType; short PacketLength; @@ -467,6 +467,7 @@ struct packet_package_item_announce { unsigned short ItemID; char len; char Name[NAME_LENGTH]; + char unknown; unsigned short BoxItemID; } __attribute__((packed)); |