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:
@@ -95,7 +95,7 @@ struct map_session_data *inter_search_sd(uint32 account_id, uint32 char_id)
|
||||
* @param pet_name
|
||||
* @return
|
||||
*/
|
||||
int intif_create_pet(uint32 account_id,uint32 char_id,short pet_class,short pet_lv, t_itemid pet_egg_id, t_itemid pet_equip,short intimate,short hungry,char rename_flag,char incubate,char *pet_name)
|
||||
int intif_create_pet(uint32 account_id,uint32 char_id,short pet_class,short pet_lv, t_itemid pet_egg_id, t_itemid pet_equip,short intimate,short hungry,char rename_flag,char incubate,const char *pet_name)
|
||||
{
|
||||
if (CheckForCharServer())
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user