summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-08-26 15:08:05 +0200
committerGitHub <noreply@github.com>2018-08-26 15:08:05 +0200
commitadae3d4518a4eae5424a3bbff40d11d3eb90a52a (patch)
treeb7fefb04d83490e6a9e2b07bd5fc850f9c7ccbaa /src/map/clif.c
parent42f36d1ee5dcc89e288c6ac128be0ff6ed0985e0 (diff)
parente37383b85fc80bd069868685f0efc0325535c8ea (diff)
downloadhercules-adae3d4518a4eae5424a3bbff40d11d3eb90a52a.tar.gz
hercules-adae3d4518a4eae5424a3bbff40d11d3eb90a52a.tar.bz2
hercules-adae3d4518a4eae5424a3bbff40d11d3eb90a52a.tar.xz
hercules-adae3d4518a4eae5424a3bbff40d11d3eb90a52a.zip
Merge pull request #2190 from 4144/updatepackets
Packets updates/fixes
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index a5955a9bc..8f9d4566c 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -19667,7 +19667,7 @@ static void clif_parse_RouletteInfo(int fd, struct map_session_data *sd)
}
p.PacketType = rouletteinfoackType;
- p.PacketLength = 8 + (42 * 8);
+ p.PacketLength = sizeof(p);
p.RouletteSerial = 1;
for(i = 0; i < MAX_ROULETTE_LEVEL; i++) {