Fixed job name display (#2013)
* Corrected job_name conversions because of the gap created from special event jobs. Thanks to @hazimjauhari90!
This commit is contained in:
parent
17a273864a
commit
29b06700ff
@ -278,10 +278,14 @@ const char* job_name(int class_) {
|
|||||||
|
|
||||||
case JOB_KAGEROU:
|
case JOB_KAGEROU:
|
||||||
case JOB_OBORO:
|
case JOB_OBORO:
|
||||||
case JOB_REBELLION:
|
|
||||||
case JOB_SUMMONER:
|
|
||||||
return msg_txt(103 - JOB_KAGEROU+class_);
|
return msg_txt(103 - JOB_KAGEROU+class_);
|
||||||
|
|
||||||
|
case JOB_REBELLION:
|
||||||
|
return msg_txt(106);
|
||||||
|
|
||||||
|
case JOB_SUMMONER:
|
||||||
|
return msg_txt(108);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return msg_txt(109);
|
return msg_txt(109);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user