Minor updates to IBT system

This commit is contained in:
JamDog
2010-10-30 21:32:47 +00:00
parent 113d06b6f7
commit 692ade7277
4 changed files with 92 additions and 46 deletions

View File

@@ -79,6 +79,7 @@ struct ibt_data
char *notes; /**< Resolution Notes added by Administrators */
int level; /**< Level of the person who reported this IBT */
room_vnum room; /**< Room in which this IBT was reported */
long id_num; /**< The ID number of the player who logged it */
int flags[IBT_ARRAY_MAX]; /**< IBT flags */
};