git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5879 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -28,6 +28,7 @@ Nexon
Date Added
======
04/02
+ * Fixed baby job change, thanks to Larry [Vicious]
* Moved the spawn update to eamobs (of course the custom spawns where not changed... much :P) [Poki#3]
* Fixed sage script? [Vicious]
* Fixed more of wrong female thief bug spawn [Vicious]
@@ -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;
}