From cf66ac82f7269a192f31f9465b1187e73635ceb5 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 12 Mar 2008 17:30:31 +0000 Subject: * Added a message to let know the client if the mail inbox is full. * On LoadEndAck added a flag to know if the client is allready changing map or just doing teleport/fly wing. - This will reduce a little bit some info send to the client that only need to be updated on map change. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12349 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 06d3922c7..2a9666742 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -549,6 +549,7 @@ struct map_session_data { unsigned short autoloot; unsigned short autolootid; // [Zephyrus] unsigned noks : 3; // [Zeph Kill Steal Protection] + bool changemap; struct guild *gmaster_flag; } state; struct { -- cgit v1.2.3-60-g2f50