summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2020-07-24 20:17:47 +0200
committerGitHub <noreply@github.com>2020-07-24 20:17:47 +0200
commitcccf2b25a1bc77a9e6c0fab1f14352b00714d516 (patch)
tree93be9c46735e1535e3146a73847644488fa92db2 /docs
parentde1d55510fd9782ef8be23260f5fcaa5d55198a6 (diff)
downloadwiki-cccf2b25a1bc77a9e6c0fab1f14352b00714d516.tar.gz
wiki-cccf2b25a1bc77a9e6c0fab1f14352b00714d516.tar.bz2
wiki-cccf2b25a1bc77a9e6c0fab1f14352b00714d516.zip
Update keira3-internals.md
Diffstat (limited to 'docs')
-rw-r--r--docs/keira3-internals.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/keira3-internals.md b/docs/keira3-internals.md
index ad0327b..9070024 100644
--- a/docs/keira3-internals.md
+++ b/docs/keira3-internals.md
@@ -82,6 +82,12 @@ Keira3 is [**modular**](https://en.wikipedia.org/wiki/Modular_programming), you
Typically, Keira3 features are caraterised by the following elements.
+### Table types
+
+All the definitions of the AzerothCore DB tables are defined in Keira3 inside `src/app/shared/types`.
+
+If you want to create a new editor, you have to first create its definition there.
+
### The Main Entity
For example ***Creature*** is a main entity. Whether you want to modify a vendor (`npc_vendor`) or a loot of a creature (`creature_loot_template`), you still have to select (or create) a Creature.