mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
chore: Update SQL update guidelines in CLAUDE.md (#24700)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -84,8 +84,9 @@ 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/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.
|
||||
- SQL updates go in `data/sql/updates/pending_*` with separate subdirectories per database until pull request is merged. Pending SQL files are assigned random names.
|
||||
- SQL updates go in `data/sql/updates/` with separate subdirectories per database after their pull request is merged.
|
||||
- SQL files outside the `data/sql/updates/pending_*` folders should never be updated.
|
||||
|
||||
### Module system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user