Issue information

Issue ID
#4412
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Aug 25, 2010 19:24
Last Post
Hercules Elf Bot
Mar 19, 2012 19:25
Confirmation
N/A

Hercules Elf Bot - Aug 25, 2010 19:24

Originally posted by [b]karmic[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4412

atcommand.c:
int atcommand_reloadskilldb(const int fd, struct map_session_data* sd, const char* command, const char* message)
{
nullpo_retr(-1, sd);
skill_reload();
merc_skill_reload();

ADD: mercenary_skill_reload();

mercenary.c:
ADD:
int do_init_mercenary(void)
{
read_mercenarydb();
read_mercenary_skilldb();

//add_timer_func_list(mercenary_contract, "mercenary_contract");
return 0;
}

mercenary.h:
ADD:
void mercenary_skill_reload(void);


Hercules Elf Bot - Dec 8, 2011 17:09

Originally posted by [b]Ind[/b]
Fixed in [rev=15027]