From cccf2b25a1bc77a9e6c0fab1f14352b00714d516 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Fri, 24 Jul 2020 20:17:47 +0200 Subject: Update keira3-internals.md --- docs/keira3-internals.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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. -- cgit