mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-05 20:40:15 +01:00
One last update to remove TBA specific code (do_cheat, helpfiles level check, advance). --Rumble
This commit is contained in:
parent
5802118863
commit
238a6d18c6
2 changed files with 1 additions and 18 deletions
|
|
@ -83,7 +83,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
|
||||
/* now, the main list */
|
||||
{ "at" , "at" , POS_DEAD , do_at , LVL_IMMORT, 0 },
|
||||
{ "advance" , "adv" , POS_DEAD , do_advance , LVL_GOD, 0 },
|
||||
{ "advance" , "adv" , POS_DEAD , do_advance , LVL_GRGOD, 0 },
|
||||
{ "aedit" , "aed" , POS_DEAD , do_oasis_aedit, LVL_GOD, 0 },
|
||||
{ "alias" , "ali" , POS_DEAD , do_alias , 0, 0 },
|
||||
{ "afk" , "afk" , POS_DEAD , do_gen_tog , 0, SCMD_AFK },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue