From 84f6d5134302174c8bb4e4642af27ea677938bcb Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Wed, 21 Aug 2024 11:04:57 +0100 Subject: [PATCH] Add Acolyte to equip_jobs (#398) --- config/equip_jobs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/equip_jobs.php b/config/equip_jobs.php index d6dec9ae2..dd1989221 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',