Explorar o código

follow up to 39e54d6 (#2054)

* Fixed job name display for baby expanded jobs.
hazimjauhari90 %!s(int64=8) %!d(string=hai) anos
pai
achega
b7d802ad55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/char/inter.c

+ 1 - 1
src/char/inter.c

@@ -297,7 +297,7 @@ const char* job_name(int class_) {
 		case JOB_BABY_SOUL_LINKER:
 		case JOB_BABY_GUNSLINGER:
 		case JOB_BABY_REBELLION:
-			return msg_txt(110 - JOB_BABY_SUMMONER+class_);
+			return msg_txt(110 - JOB_BABY_NINJA+class_);
 
 		case JOB_BABY_STAR_GLADIATOR2:
 			return msg_txt(114);