diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 00:21:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 00:21:13 +0000 |
commit | 95efe6677eb650ca8d158d6596c52c2028a02f51 (patch) | |
tree | d69657931eaec70fb40d68f66cdfe1fd2495dcf9 /src/login/login.h | |
parent | a3a95f6d2dd67cb09a08d2d633cfcf77f6349715 (diff) | |
download | hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.gz hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.bz2 hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.xz hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.zip |
- 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
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 2 |
1 files changed, 2 insertions, 0 deletions
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"
|