Browse Source

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@899 54d463be-8e91-2dee-dedb-b68131a5f0ec

celest 20 years ago
parent
commit
f1372ed35e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/map/skill.c

+ 2 - 1
src/map/skill.c

@@ -12052,7 +12052,8 @@ int skill_readdb(void)
 			p=strchr(p,',');
 			if(p) *p++=0;
 		}
-
+		if(split[0]==NULL)
+			continue;
 		i=atoi(split[0]);
 		if (i>=10000 && i<10015) // for guild skills [Celest]
 			i -= 9500;