diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt index f536e8e32..df30b9ae0 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt @@ -152,7 +152,7 @@ function script GF_getJobName { return "baby sage"; case Job_Baby_BlackSmith: return "baby blacksmith"; - case Job_Baby_Alchem: + case Job_Baby_Alchemist: return "baby alchemist"; case Job_Baby_Knight: case Job_Baby_Knight2: |