[General] Use slightly larger maximum imageData size in WorldMap packets

This commit is contained in:
David Cernat 2018-06-23 14:37:47 +03:00
parent 5bb2ba1e9e
commit d53bd05424

View file

@ -9,7 +9,7 @@
namespace mwmp namespace mwmp
{ {
static const int maxImageDataSize = 1400; static const int maxImageDataSize = 1800;
struct MapTile struct MapTile
{ {