diff options
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/Global_Functions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 00c0507f8..c55a3205d 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -64,7 +64,7 @@ function script F_ClearJobVar { function script Job_Change {
if (Upper==0) jobchange getarg(0); //Change Job For Common
- if (Upper==2) jobchange getarg(0)+46; //Change Job For Baby Class
+ if (Upper==2) jobchange getarg(0) + Job_Baby; //Change Job For Baby Class
return;
}
|