Converts the mob database to YAML (#5435)
* Combines mob_race2 and mob_drop databases into one. * General cleanups and optimizations. * Includes CSV2YAML conversion tool. Thanks to @vstumpf, @lukasrmattos, and @Lemongrass3110!
This commit is contained in:
@@ -1401,7 +1401,7 @@ void run_tomb(struct map_session_data* sd, struct npc_data* nd)
|
||||
strftime(time, sizeof(time), "%H:%M", localtime(&nd->u.tomb.kill_time));
|
||||
|
||||
// TODO: Find exact color?
|
||||
snprintf(buffer, sizeof(buffer), msg_txt(sd,657), nd->u.tomb.md->db->name);
|
||||
snprintf(buffer, sizeof(buffer), msg_txt(sd,657), nd->u.tomb.md->db->name.c_str());
|
||||
clif_scriptmes(sd, nd->bl.id, buffer);
|
||||
|
||||
clif_scriptmes(sd, nd->bl.id, msg_txt(sd,658));
|
||||
|
||||
Reference in New Issue
Block a user