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_model_info.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/creature_model_info.md (limited to 'docs/creature_model_info.md') diff --git a/docs/creature_model_info.md b/docs/creature_model_info.md new file mode 100644 index 0000000..677bb37 --- /dev/null +++ b/docs/creature_model_info.md @@ -0,0 +1,9 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[creature_model_info|creature_model_info]] + +Column | Type | Description +--- | --- | --- +DisplayID | mediumint(8) unsigned | +BoundingRadius | float | +CombatReach | float | +Gender | tinyint(3) unsigned | +DisplayID_Other_Gender | mediumint(8) unsigned | -- cgit