Files
Polaris/code/modules
Ccomp5950 535840f0ae Bugfix: Brand new players will have a client.player_age of 0
Before:  When a client is created it's player_age variable is set to "Requires Database", then a select query is ran against the database to see if they have been seen before if they have logged in before this will have a row for them and it will set player age.  However if there is no row for them it doesn't change player_age from default.

After:   Before we check for an entry in the database we set their player_age to zero, we already checked we have a database connection so we know we will be able to pull this information and if we can't then it means they are a new player.  Set their player_age to zero and be done with it.

What this does:  Brand new players will no longer be able to bypass the jobs minimal age limit.
2014-05-08 00:18:06 -05:00
..
2014-05-07 13:56:25 -05:00
2014-05-03 11:40:20 -04:00
2014-04-16 20:23:56 -07:00
2014-05-06 21:38:47 -05:00
2014-01-12 20:07:48 +00:00
2014-05-06 16:45:54 -04:00
2014-05-03 21:09:55 +09:30
2014-03-26 18:51:37 -05:00