Some minor typo fixing.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10960 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -3917,8 +3917,7 @@ int char_config_read(const char* cfgName)
|
||||
} else if (strcmpi(w1, "char_del_level") == 0) { //disable/enable char deletion by its level condition [Lupus]
|
||||
char_del_level = atoi(w2);
|
||||
} else if (strcmpi(w1, "console") == 0) {
|
||||
if(strcmpi(w2,"on") == 0 || strcmpi(w2,"yes") == 0 )
|
||||
console = 1;
|
||||
console = config_switch(w2);
|
||||
} else if (strcmpi(w1, "fame_list_alchemist") == 0) {
|
||||
fame_list_size_chemist = atoi(w2);
|
||||
if (fame_list_size_chemist > MAX_FAME_LIST) {
|
||||
|
||||
Reference in New Issue
Block a user