summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2021-04-27 13:32:27 +0200
committerGitHub <noreply@github.com>2021-04-27 13:32:27 +0200
commit0169682447dd7855c03c08389f58fab5c10a64a3 (patch)
tree43e41a50133d18d46bd0b66536f04d52acfda4ea /docs
parent1904409d0653aaa088a09b47aa710caa1acf99cf (diff)
downloadwiki-0169682447dd7855c03c08389f58fab5c10a64a3.tar.gz
wiki-0169682447dd7855c03c08389f58fab5c10a64a3.tar.bz2
wiki-0169682447dd7855c03c08389f58fab5c10a64a3.zip
chore: update spell_dbc
Diffstat (limited to 'docs')
-rw-r--r--docs/spell_dbc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spell_dbc.md b/docs/spell_dbc.md
index 7988d31..38ed8e2 100644
--- a/docs/spell_dbc.md
+++ b/docs/spell_dbc.md
@@ -6,11 +6,11 @@
This table contains data regarding serverside spells which are not to be found in Client DBC files as well as **overrides** of the DBC that are meant to improve or fix any spell.
-If you want to add more overrides, please first extract the needed SQL spell row using the [node-dbc-reader](https://github.com/wowgaming/node-dbc-reader) then you can use a `UPDATE` query to change the fields that you need to override.
+If you want to add more overrides, please first extract the needed SQL spell row using the [node-dbc-reader](https://github.com/wowgaming/node-dbc-reader) then you can use a `UPDATE` query to change the fields that you need to override. You can find a how-to [here](importing-spell-dbc).
Fixes for this table should always contain:
-1) the `INSERT IGNORE` query adding the original spell from the DBC
+1) the `INSERT IGNORE` query adding the original spell from the DBC (unless that spell is already present in `spell_dbc`)
2) the `UPDATE` query containing the desired overrides
**Structure**