- Ops!! this is mine (homunculus hungry messages).
- Fixed a bug on char delete. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13123 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -1363,7 +1363,7 @@ int delete_char_sql(int char_id)
|
||||
mapif_homunculus_delete(hom_id);
|
||||
/* remove mercenary */
|
||||
if( mer_id )
|
||||
mapif_mercenary_delete(hom_id);
|
||||
mapif_mercenary_delete(mer_id);
|
||||
|
||||
/* delete char's friends list */
|
||||
if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `%s` WHERE `char_id` = '%d'", friend_db, char_id) )
|
||||
|
||||
Reference in New Issue
Block a user