Fix small typo on Jobmaster (#6522)
This commit is contained in:
parent
c08c7c027d
commit
539b822c6d
@ -46,7 +46,7 @@ function Is_Baby {
|
|||||||
// Checks if the player can change to fourth class.
|
// Checks if the player can change to fourth class.
|
||||||
// Note: This does not include the level checks.
|
// Note: This does not include the level checks.
|
||||||
function Can_Change_Fourth {
|
function Can_Change_Fourth {
|
||||||
// To change to third class you need to be:
|
// To change to fourth class you need to be:
|
||||||
// * Transcendent Third Class
|
// * Transcendent Third Class
|
||||||
if( !.FourthClass )
|
if( !.FourthClass )
|
||||||
return false; // Fourth job change disabled
|
return false; // Fourth job change disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user