This commit is contained in:
Asriel Camora
2025-08-18 22:44:26 -07:00
parent 3dbd09dd7b
commit b9da027283
+1 -1
View File
@@ -151,7 +151,7 @@ internal static class ClassJobUtils
for (var i = 0; i < 2; ++i) for (var i = 0; i < 2; ++i)
{ {
if (handler->WKSClassJobs[i] == me.GetClassJobIndex()) if (handler->WKSClassJobs[i] == me.GetClassJobIndex())
return Math.Min(jobLevel, handler->WKSClassLevels[i]); return Math.Max(jobLevel, handler->WKSClassLevels[i]);
} }
} }
return jobLevel; return jobLevel;