Files
Aurora.3/code/modules/mob/new_player
skull132 20c3e7768e Generalizing establish_db_connection() and setup_database_connection()
Both procs are now generalized, and accept a DBConnection object as an argument. Due to this generalization, all instances of `establish_db_connection()` must be renamed to `establish_db_connection(dbcon)`.
Also added variable `failed_connections` to the definition of DBConnection.
2016-03-24 20:29:01 +02:00
..
2014-10-20 17:26:55 +01:00
2016-03-16 22:40:47 +01:00