From 355a5cb3f4083583274b101dbe52adc11ba64177 Mon Sep 17 00:00:00 2001 From: Vicious Date: Sun, 2 Apr 2006 20:30:54 +0000 Subject: fixed baby jobchange git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5879 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/Global_Functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/other/Global_Functions.txt') 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; } -- cgit v1.2.3-60-g2f50