- Removed more trailing tabs.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2012-01-30 20:17:55 +00:00
parent 8b772a0bab
commit 00367cd7b7
108 changed files with 387 additions and 388 deletions

View File

@ -197,8 +197,7 @@ function script GF_getJobId {
}
if (@classId >= Job_Novice_High && @classId <= Job_Paladin2)
set @classId, @classId -Job_Novice_High;
else
if (@classId >= Job_Baby && @classId <= Job_Super_Baby)
else if (@classId >= Job_Baby && @classId <= Job_Super_Baby)
set @classId, @classId -Job_Baby;
if (@type == 1)