From 19aa8d0fda72aaa31d41fda6b6082f2bf803becd Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Mon, 19 Aug 2024 11:48:56 +0100 Subject: [PATCH] Add Acolyte to equip_jobs --- config/equip_jobs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/equip_jobs.php b/config/equip_jobs.php index d6dec9ae..dd198922 100644 --- a/config/equip_jobs.php +++ b/config/equip_jobs.php @@ -8,6 +8,7 @@ 'job_swordman' => 'Swordman', 'job_mage' => 'Mage', 'job_archer' => 'Archer', + 'job_acolyte' => 'Acolyte', 'job_merchant' => 'Merchant', 'job_thief' => 'Thief', 'job_knight' => 'Knight',