Fix typo for macro_register (#8270)

This commit is contained in:
Chaos92 2024-04-23 01:26:31 +08:00 committed by GitHub
parent f15cb72f94
commit 0f0bd685d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).
---------------------------------------