From c251b468920328e00e9ab0e99fc756cfffd4201c Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:34:59 -0300 Subject: [PATCH] chore: Update SQL update guidelines in CLAUDE.md (#24700) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CLAUDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5ddfc3343..08a09ab39 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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