diff --git a/data/sql/playerbots/updates/2026_03_26_ai_playerbot_logout_texts.sql b/data/sql/playerbots/updates/2026_03_26_ai_playerbot_logout_texts.sql index 344e6109d..05f6d5d03 100644 --- a/data/sql/playerbots/updates/2026_03_26_ai_playerbot_logout_texts.sql +++ b/data/sql/playerbots/updates/2026_03_26_ai_playerbot_logout_texts.sql @@ -7,7 +7,7 @@ INSERT INTO `ai_playerbot_texts` `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES ( - 1740, + 1743, 'bot_not_your_master', "You are not my master!", 0, 0, @@ -35,7 +35,7 @@ INSERT INTO `ai_playerbot_texts` `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES ( - 1741, + 1744, 'bot_rndbot_no_logout', "You can't command me to logout!", 0, 0, @@ -56,4 +56,4 @@ VALUES ( -- ruRU "Ты не можешь приказать мне выйти из игры!"); -INSERT INTO ai_playerbot_texts_chance (name, probability) VALUES ('bot_rndbot_no_logout', 100); \ No newline at end of file +INSERT INTO ai_playerbot_texts_chance (name, probability) VALUES ('bot_rndbot_no_logout', 100);