From ee735d612b12143e1c0945aa8c02e5eb44b06d2b Mon Sep 17 00:00:00 2001 From: kinther Date: Tue, 30 Dec 2025 12:31:15 -0800 Subject: [PATCH] Fix ldesc issue while sleeping --- src/interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interpreter.c b/src/interpreter.c index 64b7687..1b63132 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -118,7 +118,7 @@ cpp_extern const struct command_info cmd_info[] = { { "cast" , "c" , POS_SITTING , do_cast , 1, 0 }, { "cedit" , "cedit" , POS_DEAD , do_oasis_cedit, LVL_IMPL, 0 }, - { "change" , "chang" , POS_RESTING , do_change , 0, 0 }, + { "change" , "chang" , POS_SLEEPING , do_change , 0, 0 }, { "changelog", "cha" , POS_DEAD , do_changelog, LVL_IMPL, 0 }, { "check" , "ch" , POS_STANDING, do_not_here , 1, 0 }, { "checkload", "checkl" , POS_DEAD , do_checkloadstatus, LVL_GOD, 0 },