|
@@ -2078,11 +2078,6 @@ int parse_fromlogin(int fd)
|
|
|
else if( class_[i] == JOB_KAGEROU || class_[i] == JOB_OBORO )
|
|
|
class_[i] = (sex ? JOB_KAGEROU : JOB_OBORO);
|
|
|
}
|
|
|
- // to avoid any problem with equipment and invalid sex, equipment is unequiped.
|
|
|
- if( SQL_ERROR == Sql_Query(sql_handle, "UPDATE `%s` SET `equip` = '0' WHERE `char_id` = '%d'", inventory_db, char_id[i]) )
|
|
|
- Sql_ShowDebug(sql_handle);
|
|
|
- if( SQL_ERROR == Sql_Query(sql_handle, "UPDATE `%s` SET `class`='%d', `weapon`='0', `shield`='0', `head_top`='0', `head_mid`='0', `head_bottom`='0' WHERE `char_id`='%d'", char_db, class_[i], char_id[i]) )
|
|
|
- Sql_ShowDebug(sql_handle);
|
|
|
|
|
|
if( guild_id[i] )// If there is a guild, update the guild_member data [Skotlex]
|
|
|
inter_guild_sex_changed(guild_id[i], acc, char_id[i], sex);
|