mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-05 12:30:16 +01:00
Removed hometown and languages. --Rumble
This commit is contained in:
parent
bfa47111db
commit
2f24e37bb8
15 changed files with 24 additions and 42 deletions
|
|
@ -153,7 +153,7 @@ ASPELL(spell_summon)
|
|||
/* Used by the locate object spell to check the alias list on objects */
|
||||
int isname_obj(char *search, char *list)
|
||||
{
|
||||
char *found_in_list; //but could be something like 'ring' in 'shimmering'
|
||||
char *found_in_list; /* But could be something like 'ring' in 'shimmering.' */
|
||||
char searchname[128];
|
||||
char namelist[MAX_STRING_LENGTH];
|
||||
int found_pos = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue