summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-04 13:58:45 +0200
committerGitHub <noreply@github.com>2021-05-04 13:58:45 +0200
commite5726193d4eb0fe48cae208e92e786c5c1c9ec92 (patch)
tree50bef3fbdc740264db96a684151700fd67a8c2be /docs
parent8eaf79663deb9d5d5af5c34af0eadab42d2dac3c (diff)
downloadwiki-e5726193d4eb0fe48cae208e92e786c5c1c9ec92.tar.gz
wiki-e5726193d4eb0fe48cae208e92e786c5c1c9ec92.tar.bz2
wiki-e5726193d4eb0fe48cae208e92e786c5c1c9ec92.zip
chore(sql-standards.md) (#460)
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-standards.md4
1 files changed, 3 insertions, 1 deletions
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).