Updated database control, character stats are saving
Just for the record, I don't like the way SAVE_CHARACTER is expanded like that.
This commit is contained in:
@@ -29,6 +29,8 @@ struct AccountData {
|
||||
//TODO: password
|
||||
bool blackListed = false;
|
||||
bool whiteListed = true;
|
||||
bool mod = false;
|
||||
bool admin = false;
|
||||
|
||||
int clientIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user