summaryrefslogtreecommitdiff
path: root/docs/creature_formations.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/creature_formations.md')
-rw-r--r--docs/creature_formations.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/creature_formations.md b/docs/creature_formations.md
new file mode 100644
index 0000000..65b2131
--- /dev/null
+++ b/docs/creature_formations.md
@@ -0,0 +1,11 @@
+[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[creature_formations|creature_formations]]
+
+Column | Type | Description
+--- | --- | ---
+LeaderGUID | int(10) unsigned |
+MemberGUID | int(10) unsigned |
+Dist | float unsigned |
+Angle | float unsigned |
+GroupAI | int(10) unsigned |
+Point_1 | smallint(5) unsigned |
+Point_2 | smallint(5) unsigned |