Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the localized chat text entries for the /p autogear bis feature in the playerbots SQL update set.
Changes:
- Adds the missing
ruRUlocalization line forbis_applying_msg. - Introduces an additional
ai_playerbot_textsrow forbis_applying_msg(currently duplicated/identical to the existing one).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+160
to
169
|
|
||
| (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-снаряжение.'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Feature Evaluation
How to Test the Changes
Impact Assessment
Does this change increase per-bot/per-tick processing or risk scaling poorly with thousands of bots?
Does this change modify default bot behavior?
Does this change add new decision branches or increase maintenance complexity?
AI Assistance
Was AI assistance used while working on this change?
Code Provenance / Attribution
Was any code in this PR copied or adapted from a sister / upstream project (e.g. CMaNGOS playerbots,
MaNGOS, another module)?
Final Checklist
Co-authored-by:trailer + in-file note).Notes for Reviewers