summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-13 07:48:44 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-13 07:48:44 +0000
commit6a814eaf780a34312fdfa85b7f3936f880d70e83 (patch)
tree21a808ffa325db9296dffa44f18e62aa71db3fb8 /src/map/map.c
parent0c1406c5703dfa5584b8128468a78692c3869cab (diff)
downloadhercules-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.c1
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