From 28f91949ea13de47ecf3aa6d14fdf58ee722b566 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:30:13 -0300 Subject: [PATCH] chore: Update ClaudeAI SQL updates directory instructions (#24640) --- CLAUDE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index b2d126823..5ddfc3343 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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