From 5c4a40759025f8523b523920abb8860904e70730 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sun, 3 Mar 2019 13:29:45 +0100 Subject: Fix loot templates (#17) --- docs/item_loot_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index 2be88b0..0000000 --- a/docs/item_loot_template.md +++ /dev/null @@ -1,11 +0,0 @@ -[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