|
From: <gjh...@us...> - 2004-03-04 00:27:18
|
Update of /cvsroot/mistmud/mistmud In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27672 Modified Files: create.obj.c Log Message: - fixed unterminated string constant Index: create.obj.c =================================================================== RCS file: /cvsroot/mistmud/mistmud/create.obj.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** create.obj.c 17 Aug 2003 03:20:10 -0000 1.2 --- create.obj.c 4 Mar 2004 00:06:31 -0000 1.3 *************** *** 1432,1438 **** case ITEM_TREE: if(value==0) ! send_to_char("\n\rTrees are found by name search, make sure to set name before tree keyword. ! \n\rExample: 'Rufus tree'. Don't do: 'tree Rufus'. ! \n\rValue not used for this item type.\n\r",ch); else send_to_char("\n\rValue not used for this item type.\n\r",ch); --- 1432,1438 ---- case ITEM_TREE: if(value==0) ! send_to_char("\n\rTrees are found by name search, make sure to set name before tree keyword." ! "\n\rExample: 'Rufus tree'. Don't do: 'tree Rufus'." ! "\n\rValue not used for this item type.\n\r",ch); else send_to_char("\n\rValue not used for this item type.\n\r",ch); |