Tales Posted June 29, 2015 Posted June 29, 2015 (edited) What? Are you tell me that i can have both gender in same account?https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20150619.sql ALTER TABLE `char` ADD COLUMN `sex` ENUM('M','F','U') NOT NULL default 'U'; @EDIT I find very interesting the idea of being able to have both genres on the same account, but with the 2014-08-07 version, it does not work. Edited June 29, 2015 by Tales Quote
Lelouch vi Britannia Posted June 29, 2015 Posted June 29, 2015 Per-Character Gender Feature: This feature allows individual characters to change sex. The character table now stores a sex flag which can be "M" for male, "F" for female, or "U" for undefined (default). When the value is undefined the account sex takes priority. Character sex can be changed from '@changecharsex <sex>' or the script command 'changecharsex <sex>'. These features require 20141022 or newer. Please report all bugs to the Issue Tracker! Ref: https://rathena.org/board/topic/102247-2014-client-support/ 1 Quote
Tales Posted June 30, 2015 Author Posted June 30, 2015 Yeah, i see it! Thanks!Where can i download the 2014 version? Quote
Question
Tales
What? Are you tell me that i can have both gender in same account?
https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20150619.sql
@EDIT
I find very interesting the idea of being able to have both genres on the same account, but with the 2014-08-07 version, it does not work.
Edited by Tales2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.