11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
14 lines
448 B
INI
14 lines
448 B
INI
DBHost = "localhost";
|
|
DBNelName = "nel";
|
|
DBRingName = "ring_open";
|
|
// Nel DB user
|
|
DBNelUser = "shard";
|
|
// Ring DB user
|
|
DBRingUser = "shard";
|
|
// SU - password to access to the nel database with DBNelUseruser (default is no password)
|
|
DBNelPass = "";
|
|
// SU - password to access to the ring database with DBRingUser (default is no password)
|
|
DBRingPass = "";
|
|
|
|
// MySQL wrapper strict mode - controls use of asserts if SQL requests fail
|
|
MSWStrictMode=0;
|