diff --git a/mojotrollz/cron/cron_players_online_classic.php b/mojotrollz/cron/cron_players_online_classic.php index 8386d58..29bbc2d 100644 --- a/mojotrollz/cron/cron_players_online_classic.php +++ b/mojotrollz/cron/cron_players_online_classic.php @@ -2,6 +2,6 @@ class cron_players_online_classic implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\PLAYER_COUNT_CLASSIC(\SAI\saimod_mojotrollz_servers::online_classic()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_players_online_classic_test.php b/mojotrollz/cron/cron_players_online_classic_test.php index 3b26cf3..3de6be6 100644 --- a/mojotrollz/cron/cron_players_online_classic_test.php +++ b/mojotrollz/cron/cron_players_online_classic_test.php @@ -2,6 +2,6 @@ class cron_players_online_classic_test implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\PLAYER_COUNT_CLASSIC_TEST(\SAI\saimod_mojotrollz_servers::online_classic_test()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_players_online_tbc.php b/mojotrollz/cron/cron_players_online_tbc.php index e32025a..f6564bb 100644 --- a/mojotrollz/cron/cron_players_online_tbc.php +++ b/mojotrollz/cron/cron_players_online_tbc.php @@ -2,6 +2,6 @@ class cron_players_online_tbc implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\PLAYER_COUNT_TBC(\SAI\saimod_mojotrollz_servers::online_tbc()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_players_online_tbc_test.php b/mojotrollz/cron/cron_players_online_tbc_test.php index 77b5e87..7816223 100644 --- a/mojotrollz/cron/cron_players_online_tbc_test.php +++ b/mojotrollz/cron/cron_players_online_tbc_test.php @@ -2,6 +2,6 @@ class cron_players_online_tbc_test implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\PLAYER_COUNT_TBC_TEST(\SAI\saimod_mojotrollz_servers::online_tbc_test()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_players_online_ts.php b/mojotrollz/cron/cron_players_online_ts.php index e30770e..392e918 100644 --- a/mojotrollz/cron/cron_players_online_ts.php +++ b/mojotrollz/cron/cron_players_online_ts.php @@ -7,6 +7,6 @@ class cron_players_online_ts implements \SYSTEM\CRON\cronjob{ \SYSTEM\CONFIG\config::get(\config_ids::TEAMSPEAK_QUERY_PASSWORD).'@'. \SYSTEM\CONFIG\config::get(\config_ids::TEAMSPEAK_HOST).':10011/'); new \LOG\PLAYER_COUNT_TS($ts3->serverGetByPort(9987)->clientCount()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_bot_tbc_live.php b/mojotrollz/cron/cron_server_bot_tbc_live.php index c0c46ce..a3995f8 100644 --- a/mojotrollz/cron/cron_server_bot_tbc_live.php +++ b/mojotrollz/cron/cron_server_bot_tbc_live.php @@ -13,6 +13,6 @@ class cron_server_bot_tbc_live implements \SYSTEM\CRON\cronjob{ mojotrollz_tbc_soap::bot_logout($bot['account_id']); } } - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_online_classic_realm.php b/mojotrollz/cron/cron_server_online_classic_realm.php index e8ac6ea..30fb7fd 100644 --- a/mojotrollz/cron/cron_server_online_classic_realm.php +++ b/mojotrollz/cron/cron_server_online_classic_realm.php @@ -2,6 +2,6 @@ class cron_server_online_classic_realm implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\SERVER_ONLINE_CLASSIC_REALM(\SAI\saimod_mojotrollz_servers::sai_mod__SAI_saimod_mojotrollz_servers_action_run_classic_realm_status()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_online_classic_world.php b/mojotrollz/cron/cron_server_online_classic_world.php index 150e330..ced5a6d 100644 --- a/mojotrollz/cron/cron_server_online_classic_world.php +++ b/mojotrollz/cron/cron_server_online_classic_world.php @@ -2,6 +2,6 @@ class cron_server_online_classic_world implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\SERVER_ONLINE_CLASSIC_WORLD(\SAI\saimod_mojotrollz_servers::sai_mod__SAI_saimod_mojotrollz_servers_action_run_classic_world_status()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_online_classic_world_test.php b/mojotrollz/cron/cron_server_online_classic_world_test.php index c54aca7..e21425f 100644 --- a/mojotrollz/cron/cron_server_online_classic_world_test.php +++ b/mojotrollz/cron/cron_server_online_classic_world_test.php @@ -2,6 +2,6 @@ class cron_server_online_classic_world_test implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\SERVER_ONLINE_CLASSIC_WORLD_TEST(\SAI\saimod_mojotrollz_servers::sai_mod__SAI_saimod_mojotrollz_servers_action_run_classic_world_test_status()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_online_tbc_realm.php b/mojotrollz/cron/cron_server_online_tbc_realm.php index ae4416a..4e630d9 100644 --- a/mojotrollz/cron/cron_server_online_tbc_realm.php +++ b/mojotrollz/cron/cron_server_online_tbc_realm.php @@ -2,6 +2,6 @@ class cron_server_online_tbc_realm implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\SERVER_ONLINE_TBC_REALM(\SAI\saimod_mojotrollz_servers::sai_mod__SAI_saimod_mojotrollz_servers_action_run_tbc_realm_status()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_online_tbc_world.php b/mojotrollz/cron/cron_server_online_tbc_world.php index 5c3dd9f..925dad6 100644 --- a/mojotrollz/cron/cron_server_online_tbc_world.php +++ b/mojotrollz/cron/cron_server_online_tbc_world.php @@ -2,6 +2,6 @@ class cron_server_online_tbc_world implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\SERVER_ONLINE_TBC_WORLD(\SAI\saimod_mojotrollz_servers::sai_mod__SAI_saimod_mojotrollz_servers_action_run_tbc_world_status()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file diff --git a/mojotrollz/cron/cron_server_online_tbc_world_test.php b/mojotrollz/cron/cron_server_online_tbc_world_test.php index d545c6d..18f39ad 100644 --- a/mojotrollz/cron/cron_server_online_tbc_world_test.php +++ b/mojotrollz/cron/cron_server_online_tbc_world_test.php @@ -2,6 +2,6 @@ class cron_server_online_tbc_world_test implements \SYSTEM\CRON\cronjob{ public static function run(){ new \LOG\SERVER_ONLINE_TBC_WORLD_TEST(\SAI\saimod_mojotrollz_servers::sai_mod__SAI_saimod_mojotrollz_servers_action_run_tbc_world_test_status()); - return cronstatus::CRON_STATUS_SUCCESFULLY; + return \SYSTEM\CRON\cronstatus::CRON_STATUS_SUCCESFULLY; } } \ No newline at end of file