- Fixed compile error and missing field in the clone function.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5711 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-03-23 03:53:24 +00:00
parent 240bc7aa64
commit afee4446f9
2 changed files with 2 additions and 3 deletions

View File

@ -10102,7 +10102,7 @@ int atcommand_clone(
master = sd->bl.id;
if (battle_config.atc_slave_clone_limit
&& mob_countslave(&sd->bl) >= battle_config.atc_slave_clone_limit) {
clif_displaymessage(fd, "");
clif_displaymessage(fd, msg_txt(127));
return 0;
}
}

View File

@ -221,8 +221,7 @@ extern struct Battle_Config {
unsigned short etc_log;
unsigned short save_clothcolor;
unsigned short undead_detect_type;
unsigned short pc_auto_counter_type;
unsigned short monster_auto_counter_type;
unsigned short auto_counter_type;
unsigned short min_hitrate; //[Skotlex]
unsigned short max_hitrate; //[Skotlex]
unsigned short agi_penalty_type;