Bläddra i källkod

fixed baby jobchange

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5879 54d463be-8e91-2dee-dedb-b68131a5f0ec
Vicious 19 år sedan
förälder
incheckning
43ef9a1e79
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/other/Global_Functions.txt

+ 1 - 0
npc/Changelog.txt

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

+ 1 - 1
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;
 }