From 4c4474b55c96574a106380195745946c65ebf543 Mon Sep 17 00:00:00 2001 From: kadeshar Date: Sat, 4 Jul 2026 20:38:44 +0200 Subject: [PATCH 1/2] - test --- .../updates/2026_04_28_01_ai_playerbot_bis_texts.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql b/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql index 42fece3d68a..705e4824d2a 100644 --- a/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql +++ b/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql @@ -156,6 +156,16 @@ VALUES '正在裝備BiS裝備。', 'Aplicando equipo BiS.', 'Aplicando equipo BiS.', + 'Применяю BiS-снаряжение.'), + + (1779, 'bis_applying_msg', 'Applying BiS gear', 0, 0, + 'BiS 장비를 적용합니다.', + 'Application de l''équipement BiS.', + 'Wende BiS-Ausrüstung an.', + '正在装备BiS装备。', + '正在裝備BiS裝備。', + 'Aplicando equipo BiS.', + 'Aplicando equipo BiS.', 'Применяю BiS-снаряжение.'), (1778, 'bis_applied_msg', 'BiS applied', 0, 0, From 845e51946060150ed6b989a449abdb0dc41f821d Mon Sep 17 00:00:00 2001 From: kadeshar Date: Sat, 4 Jul 2026 20:41:37 +0200 Subject: [PATCH 2/2] test2 --- .../2026_04_28_01_ai_playerbot_bis_texts.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql b/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql index 705e4824d2a..c28f4fd8278 100644 --- a/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql +++ b/data/sql/playerbots/updates/2026_04_28_01_ai_playerbot_bis_texts.sql @@ -177,6 +177,22 @@ VALUES 'Equipo BiS aplicado.', 'Equipo BiS aplicado.', 'BiS-снаряжение применено.'); + +INSERT INTO `ai_playerbot_texts` + (`id`, `name`, `text`, `say_type`, `reply_type`, + `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, + `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) +VALUES + (1767, 'bis_autogear_unavailable_error', + 'autogear command is not allowed, please check the configuration.', 0, 0, + '자동 장비 명령이 허용되지 않습니다. 설정을 확인하세요.', + 'La commande autogear n''est pas autorisée, veuillez vérifier la configuration.', + 'Der autogear-Befehl ist nicht erlaubt, bitte überprüfe die Konfiguration.', + '自动装备命令未启用,请检查配置。', + '自動裝備指令未啟用,請檢查設定。', + 'El comando autogear no está permitido, por favor revisa la configuración.', + 'El comando autogear no está permitido, por favor revisa la configuración.', + 'Команда autogear не разрешена, проверьте конфигурацию.'); INSERT INTO ai_playerbot_texts_chance (name, probability) VALUES ('bis_autogear_unavailable_error', 100),