diff options
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | src/map/clif.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9d2dd0566..fc8fae686 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2008/04/13 + * Added an include in clif.h to avoid a complaint of gcc [Toms] * Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256: - the behaviour enabled a desynch between the char-server and the map-server - now the map-server asks the char-server to authenticate the auth info diff --git a/src/map/clif.h b/src/map/clif.h index 8516b05f8..455d820c3 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -5,7 +5,7 @@ #define _CLIF_H_ #include "../common/cbasetypes.h" -//#include "../common/mmo.h" +#include "../common/mmo.h" struct storage; struct guild_storage; //#include "map.h" |