mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
chore: Update ClaudeAI SQL updates directory instructions (#24640)
This commit is contained in:
@@ -84,7 +84,8 @@ Scripts follow a registration pattern:
|
||||
- **acore_characters** - Character data, inventories, progress (`data/sql/base/db_characters/`)
|
||||
- **acore_world** - Game content: creatures, items, quests, spells, loot (`data/sql/base/db_world/`)
|
||||
|
||||
SQL updates go in `data/sql/updates/` with separate subdirectories per database.
|
||||
SQL updates go in `data/sql/updates/pending_*` with separate subdirectories per database until pull request is merged.
|
||||
SQL updates go in `data/sql/updates/` with separate subdirectories per database after their pull request is merged.
|
||||
|
||||
### Module system
|
||||
|
||||
@@ -111,6 +112,8 @@ Type(Scope/Subscope): Short description (max 50 chars)
|
||||
- 2-space indentation for JSON, YAML, shell scripts
|
||||
- UTF-8 encoding, LF line endings
|
||||
- Max 80 character line length
|
||||
- No braces around single-line statements
|
||||
- Use {} to parse variables into output instead of %u etc.
|
||||
- CI enforces code style checks and compiles with `-Werror`
|
||||
|
||||
## PR Requirements
|
||||
|
||||
Reference in New Issue
Block a user