From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/creature_summon_groups.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/creature_summon_groups.md (limited to 'docs/creature_summon_groups.md') diff --git a/docs/creature_summon_groups.md b/docs/creature_summon_groups.md new file mode 100644 index 0000000..802c317 --- /dev/null +++ b/docs/creature_summon_groups.md @@ -0,0 +1,14 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[creature_summon_groups|creature_summon_groups]] + +Column | Type | Description +--- | --- | --- +SummonerId | mediumint(8) unsigned | +SummonerType | tinyint(3) unsigned | +GroupId | tinyint(3) unsigned | +Entry | mediumint(8) unsigned | +Position_x | float | +Position_y | float | +Position_z | float | +Orientation | float | +SummonType | tinyint(3) unsigned | +SummonTime | int(10) unsigned | -- cgit