mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Updated Playerbot Queries (markdown)
parent
48473a1eff
commit
f09b63111d
@ -2,6 +2,7 @@
|
|||||||
```bash
|
```bash
|
||||||
USE `acore_playerbots`;
|
USE `acore_playerbots`;
|
||||||
DELETE FROM `playerbots_random_bots`;
|
DELETE FROM `playerbots_random_bots`;
|
||||||
|
DELETE FROM `playerbots_account_type`;
|
||||||
|
|
||||||
USE `acore_characters`;
|
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`);
|
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`);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user