Added max_mortal_level and Admin Poison check --Rumble

This commit is contained in:
Rumble
2011-02-13 00:17:48 +00:00
parent 6c2252ce89
commit 0955ee8864
2 changed files with 3 additions and 1 deletions

View File

@@ -3913,6 +3913,8 @@ void load_config( void )
CONFIG_MAX_OBJ_SAVE = num;
else if (!str_cmp(tag, "max_pc_corpse_time"))
CONFIG_MAX_PC_CORPSE_TIME = num;
else if (!str_cmp(tag, "max_mortal_level"))
CONFIG_MAX_LEVEL = num;
else if (!str_cmp(tag, "max_playing"))
CONFIG_MAX_PLAYING = num;
else if (!str_cmp(tag, "menu")) {