diff options
author | Haru <haru@dotalux.com> | 2016-03-19 22:53:58 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-03-19 22:53:58 +0100 |
commit | 100d5364c2e70ddf3285beac74e5032a894cbd43 (patch) | |
tree | 318c03dbe74a8c92085e4aa63bf8b15cfdfee089 /src/map/packets_struct.h | |
parent | 87743b42265d5f35c9ac13118c2185397bf1a75f (diff) | |
parent | f86ca8a192691c39e0726f03f0edd9e48c3a0871 (diff) | |
download | hercules-100d5364c2e70ddf3285beac74e5032a894cbd43.tar.gz hercules-100d5364c2e70ddf3285beac74e5032a894cbd43.tar.bz2 hercules-100d5364c2e70ddf3285beac74e5032a894cbd43.tar.xz hercules-100d5364c2e70ddf3285beac74e5032a894cbd43.zip |
Merge pull request #1106 from dastgir/21-2015QuickFix
Updated Entity Packets
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index f23cefb26..e8f04c653 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -584,6 +584,7 @@ struct packet_spawn_unit { #endif #if PACKETVER >= 20150513 short body; + char name[NAME_LENGTH]; #endif } __attribute__((packed)); @@ -651,6 +652,7 @@ struct packet_unit_walking { #endif #if PACKETVER >= 20150513 short body; + char name[NAME_LENGTH]; #endif } __attribute__((packed)); @@ -716,6 +718,7 @@ struct packet_idle_unit { #endif #if PACKETVER >= 20150513 short body; + char name[NAME_LENGTH]; #endif } __attribute__((packed)); |