summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-22 18:47:01 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-22 18:47:01 +0000
commit2e2f6aff261555ae5eaee6b7777d5844b7d20544 (patch)
treebdce427e38e52ed922f4ce3ad5c1f734255941d0 /src/login/login.c
parentf379acdcc7a7ecdc6ccd7ea2c6f8673d147450b4 (diff)
downloadhercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.tar.gz
hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.tar.bz2
hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.tar.xz
hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.zip
- status_check_skilluse won't block skill-specific checks (silence, berserk, steel-body, etc) when the skill in use is an item-invoked skill.
- Merged LittleWolf's function to read the map-height directly from the rsw file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5706 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login/login.c')
-rw-r--r--src/login/login.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/login.c b/src/login/login.c
index a1a4243fe..4ecdd2b80 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -3515,7 +3515,6 @@ int login_lan_config_read(const char *lancfgName) {
return 0;
}
-
//-----------------------------------
// Reading general configuration file
//-----------------------------------