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

This commit is contained in:
celest 2005-01-03 03:27:12 +00:00
parent 561d36bf05
commit f1372ed35e

View File

@ -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;