mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* player sex is now configurable
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user