diff --git a/mojotrollz/cron/cron_server_bot_tbc_live.php b/mojotrollz/cron/cron_server_bot_tbc_live.php index 7498ce5..21f82b4 100644 --- a/mojotrollz/cron/cron_server_bot_tbc_live.php +++ b/mojotrollz/cron/cron_server_bot_tbc_live.php @@ -1,9 +1,7 @@ serverGetByPort(9987)->clientCount(); + $bot_count = \SQL\CRON_BOT_COUNT::Q1()['bot_count']; $bots = \SQL\CRON_RANDOM_BOTS::QQ(); while($bot = $bots->next()){ diff --git a/mojotrollz/cron/qq/CRON_BOT_COUNT.php b/mojotrollz/cron/qq/CRON_BOT_COUNT.php new file mode 100644 index 0000000..d59fa0d --- /dev/null +++ b/mojotrollz/cron/qq/CRON_BOT_COUNT.php @@ -0,0 +1,11 @@ +