git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@899 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
561d36bf05
commit
f1372ed35e
@ -12052,7 +12052,8 @@ int skill_readdb(void)
|
|||||||
p=strchr(p,',');
|
p=strchr(p,',');
|
||||||
if(p) *p++=0;
|
if(p) *p++=0;
|
||||||
}
|
}
|
||||||
|
if(split[0]==NULL)
|
||||||
|
continue;
|
||||||
i=atoi(split[0]);
|
i=atoi(split[0]);
|
||||||
if (i>=10000 && i<10015) // for guild skills [Celest]
|
if (i>=10000 && i<10015) // for guild skills [Celest]
|
||||||
i -= 9500;
|
i -= 9500;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user