From 0f0bd685d9bd49b52863133b32606d338ba1b065 Mon Sep 17 00:00:00 2001 From: Chaos92 Date: Tue, 23 Apr 2024 01:26:31 +0800 Subject: [PATCH] Fix typo for macro_register (#8270) --- doc/permissions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/permissions.txt b/doc/permissions.txt index fb51d74828..e1d3b46802 100644 --- a/doc/permissions.txt +++ b/doc/permissions.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Last Updated: ======================================== -//= 20130613 +//= 20240414 //===== Description: ========================================= //= List of available permissions and their functions. //============================================================ @@ -227,6 +227,6 @@ Allows player to use the client command /macro_detector. *macro_register -Allows player to use the client commands /maco_register (used to add new captcha) and /macro_preview (used to preview captcha by ID). +Allows player to use the client commands /macro_register (used to add new captcha) and /macro_preview (used to preview captcha by ID). ---------------------------------------