Converted mercenary_db to YAML format (#6101)
* Converts the Mercenary Tables file into YAML. * Includes CSV2YAML converter. * Fixed mercenary name not properly displayed after moving Co-authored-by: Aleos <aleos89@users.noreply.github.com> Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
This commit is contained in:
@@ -2351,7 +2351,7 @@ void mob_log_damage(struct mob_data *md, struct block_list *src, int damage)
|
||||
}
|
||||
case BL_MER:
|
||||
{
|
||||
struct mercenary_data *mer = (TBL_MER*)src;
|
||||
s_mercenary_data *mer = (TBL_MER*)src;
|
||||
if( mer->master )
|
||||
char_id = mer->master->status.char_id;
|
||||
if( damage )
|
||||
|
||||
Reference in New Issue
Block a user