* player sex is now configurable

This commit is contained in:
slawkens
2017-08-28 18:12:55 +02:00
parent 430351aee3
commit 61bc3a616a
9 changed files with 50 additions and 36 deletions

View File

@@ -51,16 +51,7 @@ class POT
* @since 0.0.4
*/
const DB_ODBC = 4;
/**
* Female gender.
*/
const SEX_FEMALE = 0;
/**
* Male gender.
*/
const SEX_MALE = 1;
/**
* @deprecated 0.0.5 Vocations are now loaded dynamicly from vocations.xml file.
*/