Updated Playerbot Queries (markdown)

Dreathean 2025-07-27 09:36:24 -04:00
parent 48473a1eff
commit f09b63111d

@ -2,6 +2,7 @@
```bash
USE `acore_playerbots`;
DELETE FROM `playerbots_random_bots`;
DELETE FROM `playerbots_account_type`;
USE `acore_characters`;
DELETE FROM `characters` WHERE `account` IN (SELECT `id` FROM `acore_auth`.`account` WHERE `username` LIKE 'RNDBOT%') OR `account` NOT IN (SELECT `id` FROM `acore_auth`.`account`);