diff options
-rw-r--r-- | src/map/skill.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 8c7f64e54..fb2dd93a5 100644 --- a/src/map/skill.c +++ b/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; |