From 95efe6677eb650ca8d158d6596c52c2028a02f51 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 8 Jun 2006 00:21:13 +0000 Subject: - Fixed Sense using mdef instead of mdef2 - Fixed item-skills not showing up on login. - Cleaned up clif_parseLoadEndAck, by testing which packets are required only on first-login and which ones are required on all map-changes. Skill-tree, Exp, Skill Points and most of the basic status are no longer sent on map-change (items, carts, zeny still need to be sent one very map-change). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7042 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/login/login.h') diff --git a/src/login/login.h b/src/login/login.h index 643c5df4f..1581a068e 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -4,6 +4,8 @@ #ifndef _LOGIN_H_ #define _LOGIN_H_ +#include "../common/mmo.h" + #define MAX_SERVERS 30 #define LOGIN_CONF_NAME "conf/login_athena.conf" -- cgit v1.2.3-60-g2f50