diff --git a/application/config/acl_defaults.php b/application/config/acl_defaults.php index 0dcf28ed..fcf79968 100644 --- a/application/config/acl_defaults.php +++ b/application/config/acl_defaults.php @@ -1,4 +1,5 @@ '', diff --git a/application/config/emulator_names.php b/application/config/emulator_names.php index 8894996c..d1a22475 100644 --- a/application/config/emulator_names.php +++ b/application/config/emulator_names.php @@ -1,15 +1,15 @@ "(SRP6) AzerothCore (3.3.5a) - connected through SOAP", - "azerothcore_sph_soap" => "(SPH) AzerothCore (3.3.5a) - connected through SOAP", - "trinity_rbac_soap" => "(SRP6) TrinityCore (3.3.5a) with RBAC - connected through SOAP", - "trinity_rbac_df_soap" => "(BNET) TrinityCore - Dragonflight (10.x.x) with RBAC - connected through SOAP", - "trinity_rbac_sl_soap" => "(BNET) TrinityCore - Shadowlands (9.x.x) with RBAC - connected through SOAP", + "azerothcore_soap" => "(SRP6) AzerothCore (3.3.5a) - connected through SOAP", + "azerothcore_sph_soap" => "(SPH) AzerothCore (3.3.5a) - connected through SOAP", + "trinity_rbac_soap" => "(SRP6) TrinityCore (3.3.5a) with RBAC - connected through SOAP", + "trinity_rbac_df_soap" => "(BNET) TrinityCore - Dragonflight (10.x.x) with RBAC - connected through SOAP", + "trinity_rbac_sl_soap" => "(BNET) TrinityCore - Shadowlands (9.x.x) with RBAC - connected through SOAP", "trinity_legion_soap" => "(SPH) TrinityCore - Legion (7.x.x) - connected through SOAP", "cmangos_soap" => "(HEX) CMangos (3.3.5a) - connected through SOAP", "mop_soap" => "(SPH) MoP (5.4.8) - connected through SOAP", "mangos_zero_sph_soap" => "(SPH) Mangos Zero (1.12.1) - connected through SOAP", "mangos_one_two_sph_soap" => "(SPH) Mangos One/Two (2.4.3/3.3.5a) - connected through SOAP", - "mangos_three_sph_soap" => "(SPH) Mangos Three (4.3.4) - connected through SOAP", + "mangos_three_sph_soap" => "(SPH) Mangos Three (4.3.4) - connected through SOAP", ); diff --git a/application/config/foreign_chars.php b/application/config/foreign_chars.php index 906031a0..1cc64e3a 100644 --- a/application/config/foreign_chars.php +++ b/application/config/foreign_chars.php @@ -1,8 +1,6 @@ "Hunter", 4 => "Rogue", 5 => "Priest", - 6 => "Death knight", + 6 => "Death Knight", 7 => "Shaman", 8 => "Mage", 9 => "Warlock", diff --git a/application/config/wow_zones.php b/application/config/wow_zones.php index e23923f1..937df3b3 100644 --- a/application/config/wow_zones.php +++ b/application/config/wow_zones.php @@ -1,3 +1,4 @@ "Hunter", 4 => "Rogue", 5 => "Priest", - 6 => "Death knight", + 6 => "Death Knight", 7 => "Shaman", 8 => "Mage", 9 => "Warlock", diff --git a/application/libraries/Acl.php b/application/libraries/Acl.php index 50048b76..46677636 100644 --- a/application/libraries/Acl.php +++ b/application/libraries/Acl.php @@ -1,8 +1,5 @@ stats['maxpower7'])) { $this->secondBar = "runic"; $this->secondBarValue = $this->stats['maxpower7'] / 10; diff --git a/application/third_party/MX/Base.php b/application/third_party/MX/Base.php index 1d1052cb..60e60e47 100644 --- a/application/third_party/MX/Base.php +++ b/application/third_party/MX/Base.php @@ -1,5 +1,4 @@ "", - "hostname" => "'.$host.'", - "username" => "'.$dbuser.'", - "password" => "'.$dbpassword.'", - "database" => "'.$dbname.'", - "port" => "'.$dbport.'", - "dbdriver" => "mysqli", - "dbprefix" => "", - "pconnect" => false, - "db_debug" => true, - "cache_on" => false, - "cachedir" => "", - "char_set" => "utf8mb4", - "dbcollat" => "utf8mb4_unicode_ci", - "swap_pre" => "", - "encrypt" => false, - "compress" => false, - "stricton" => false, - "failover" => array(), - "save_queries" => true + "dsn" => "", + "hostname" => "'.$host.'", + "username" => "'.$dbuser.'", + "password" => "'.$dbpassword.'", + "database" => "'.$dbname.'", + "port" => "'.$dbport.'", + "dbdriver" => "mysqli", + "dbprefix" => "", + "pconnect" => false, + "db_debug" => true, + "cache_on" => false, + "cachedir" => "", + "char_set" => "utf8mb4", + "dbcollat" => "utf8mb4_unicode_ci", + "swap_pre" => "", + "encrypt" => false, + "compress" => false, + "stricton" => false, + "failover" => array(), + "save_queries" => true ); $db["account"] = array( - "dsn" => "", - "hostname" => "'.$auth_host.'", - "username" => "'.$auth_db_user.'", - "password" => "'.$auth_db_pass.'", - "database" => "'.$auth_db.'", - "port" => "'.$auth_port.'", - "dbdriver" => "mysqli", - "dbprefix" => "", - "pconnect" => false, - "db_debug" => true, - "cache_on" => false, - "cachedir" => "", - "char_set" => "utf8mb4", - "dbcollat" => "utf8mb4_unicode_ci", - "swap_pre" => "", - "encrypt" => false, - "compress" => false, - "stricton" => false, - "failover" => array(), - "save_queries" => true + "dsn" => "", + "hostname" => "'.$auth_host.'", + "username" => "'.$auth_db_user.'", + "password" => "'.$auth_db_pass.'", + "database" => "'.$auth_db.'", + "port" => "'.$auth_port.'", + "dbdriver" => "mysqli", + "dbprefix" => "", + "pconnect" => false, + "db_debug" => true, + "cache_on" => false, + "cachedir" => "", + "char_set" => "utf8mb4", + "dbcollat" => "utf8mb4_unicode_ci", + "swap_pre" => "", + "encrypt" => false, + "compress" => false, + "stricton" => false, + "failover" => array(), + "save_queries" => true );'; fwrite($db, $raw);