From e5726193d4eb0fe48cae208e92e786c5c1c9ec92 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 4 May 2021 13:58:45 +0200 Subject: chore(sql-standards.md) (#460) --- docs/sql-standards.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/sql-standards.md b/docs/sql-standards.md index e2c83ba..adbf594 100644 --- a/docs/sql-standards.md +++ b/docs/sql-standards.md @@ -137,4 +137,6 @@ UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|64| UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(64|256|1024) WHERE `entry` = 7727; ``` -**Note for SQL reviewers:** When we work with GUID's, make sure that we use as low entries as possible to fill out the gaps in the database. This can easily be done with tools like [Unused GUID Searcher](https://github.com/azerothcore/unused-guid-search). +### Note for SQL reviewer + +When we work with GUID's, make sure that we use as low entries as possible to fill out the gaps in the database. This can easily be done with tools like [Unused GUID Searcher](https://github.com/azerothcore/unused-guid-search). -- cgit