diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt index 5dbe75677..f536e8e32 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt @@ -57,7 +57,7 @@ function script GF_getJobName { return "sage"; case Job_BlackSmith: return "blacksmith"; - case Job_Alchem: + case Job_Alchemist: return "alchemist"; case Job_Knight: case Job_Knight2: @@ -305,7 +305,7 @@ function script GF_getJobClass { case Job_Merchant: case Job_BlackSmith: - case Job_Alchem: + case Job_Alchemist: return Job_Merchant; case Job_Swordman: |