mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-06 17:38:49 +01:00
[Oct 17 2009] - Rumble
Added Ultima Zone 555 and 556. Originally by Casret, rebuilt by Parna. Made MEDIT column menu's consistent with other OLC menu's. added TEDIT access to bugs, typos, and ideas file. [Oct 09 2009] - Rumble Added connected_type "Preference Edit" (thanks Maoliosa)
This commit is contained in:
parent
9f5b893ec5
commit
44722575ea
31 changed files with 6848 additions and 328 deletions
|
|
@ -87,6 +87,9 @@ ACMD(do_tedit)
|
|||
{ "policies", LVL_IMPL, &policies, 8192, POLICIES_FILE},
|
||||
{ "wizlist", LVL_IMPL, &wizlist, 2400, WIZLIST_FILE},
|
||||
{ "immlist", LVL_GRGOD, &immlist, 2400, IMMLIST_FILE},
|
||||
{ "bugs", LVL_GRGOD, &bugs, 8192, BUG_FILE},
|
||||
{ "typos", LVL_GRGOD, &typos, 8192, TYPO_FILE},
|
||||
{ "ideas", LVL_GRGOD, &ideas, 8192, IDEA_FILE},
|
||||
{ "\n", 0, NULL, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue