diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 18:51:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 18:51:01 -0300 |
commit | 3218f7ff3076ed390d71b5a6ec717ee96f3e4b85 (patch) | |
tree | cf81f396dc643f7ba6e43455e40773a213781edb /src/map/atcommand.c | |
parent | 53cdeba6f32d786001e195aeb88e3b5814991b4f (diff) | |
download | hercules-3218f7ff3076ed390d71b5a6ec717ee96f3e4b85.tar.gz hercules-3218f7ff3076ed390d71b5a6ec717ee96f3e4b85.tar.bz2 hercules-3218f7ff3076ed390d71b5a6ec717ee96f3e4b85.tar.xz hercules-3218f7ff3076ed390d71b5a6ec717ee96f3e4b85.zip |
Rename command @hide to @invisible
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 9fb2540ef..1464b8ac3 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -10136,7 +10136,7 @@ static void atcommand_basecommands(void) ACMD_DEF(storage), ACMD_DEF(guildstorage), ACMD_DEF(option), - ACMD_DEF(hide), // + /hide + ACMD_DEF("invisible", hide), // + /hide ACMD_DEF(jobchange), ACMD_DEF(kill), ACMD_DEF(alive), |