diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-13 07:48:44 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-13 07:48:44 +0000 |
commit | 6a814eaf780a34312fdfa85b7f3936f880d70e83 (patch) | |
tree | 21a808ffa325db9296dffa44f18e62aa71db3fb8 /src/map/map.c | |
parent | 0c1406c5703dfa5584b8128468a78692c3869cab (diff) | |
download | hercules-6a814eaf780a34312fdfa85b7f3936f880d70e83.tar.gz hercules-6a814eaf780a34312fdfa85b7f3936f880d70e83.tar.bz2 hercules-6a814eaf780a34312fdfa85b7f3936f880d70e83.tar.xz hercules-6a814eaf780a34312fdfa85b7f3936f880d70e83.zip |
Added error reporting for invalid rows in skill db files.
Fixed skill_castnodex_db.txt not being parsed correctly.
Fixed a search&replace typo in skill_db.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11728 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 97d8e1d12..526c24394 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -38,7 +38,6 @@ #include "charcommand.h" #include "log.h" #include "irc.h" -#include "npc.h" #ifndef TXT_ONLY #include "mail.h" #endif |