mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-06-02 22:09:20 -05:00
Specify charset for ladder database
This commit is contained in:
parent
6038b58088
commit
bf4763dd1d
|
|
@ -13,7 +13,8 @@ if (empty($ladderdb)) {
|
|||
$config['ladder_username'],
|
||||
$config['ladder_password'],
|
||||
$config['ladder_database'],
|
||||
$config['ladder_prefix']);
|
||||
$config['ladder_prefix'],
|
||||
$config['ladder_charset']);
|
||||
}
|
||||
|
||||
class Glicko2Player {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user