diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-07-24 20:17:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 20:17:47 +0200 |
| commit | cccf2b25a1bc77a9e6c0fab1f14352b00714d516 (patch) | |
| tree | 93be9c46735e1535e3146a73847644488fa92db2 /docs | |
| parent | de1d55510fd9782ef8be23260f5fcaa5d55198a6 (diff) | |
| download | wiki-cccf2b25a1bc77a9e6c0fab1f14352b00714d516.tar.gz wiki-cccf2b25a1bc77a9e6c0fab1f14352b00714d516.tar.bz2 wiki-cccf2b25a1bc77a9e6c0fab1f14352b00714d516.zip | |
Update keira3-internals.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/keira3-internals.md | 6 |
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. |
