diff --git a/data/sql/playerbots/updates/db_playerbots/2025_04_26.sql b/data/sql/playerbots/updates/db_playerbots/2025_04_26.sql new file mode 100644 index 00000000..d7f25ecd --- /dev/null +++ b/data/sql/playerbots/updates/db_playerbots/2025_04_26.sql @@ -0,0 +1,9 @@ +-- ########################################################## +-- # Playerbots RandomBots Performance Update +-- # Add missing index to reduce Deadlocks +-- # Author: Raz0r1337 aka St0ny +-- # Date: 2025-04-26 +-- ########################################################## + +ALTER TABLE `playerbots_random_bots` +ADD INDEX `idx_owner_bot_event` (`owner`, `bot`, `event`); \ No newline at end of file