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/item_loot_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/item_loot_template.md (limited to 'docs/item_loot_template.md') diff --git a/docs/item_loot_template.md b/docs/item_loot_template.md new file mode 100644 index 0000000..6561d6f --- /dev/null +++ b/docs/item_loot_template.md @@ -0,0 +1,11 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[item_loot_template|item_loot_template]] + +Column | Type | Description +--- | --- | --- +Entry | mediumint(8) unsigned | +Item | mediumint(8) unsigned | +ChanceOrQuestChance | float | +Lootmode | smallint(5) unsigned | +Groupid | tinyint(3) unsigned | +MincountOrRef | mediumint(8) | +Maxcount | tinyint(3) unsigned | -- cgit