diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-06-14 01:12:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-14 01:12:31 +0200 |
| commit | 8f5cc4c8956e77268777a5e0ef45c579aee861be (patch) | |
| tree | 246e610dbe26a7b8b1fd91e573d9c35de19d21db /docs | |
| parent | 4e997fe40e5d5edcc4c9c20428724a0563f86912 (diff) | |
| download | wiki-8f5cc4c8956e77268777a5e0ef45c579aee861be.tar.gz wiki-8f5cc4c8956e77268777a5e0ef45c579aee861be.tar.bz2 wiki-8f5cc4c8956e77268777a5e0ef45c579aee861be.zip | |
doc: remove deprecated stuff (#246)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/loot_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/loot_template.md b/docs/loot_template.md index ea9f90b..9311585 100644 --- a/docs/loot_template.md +++ b/docs/loot_template.md @@ -23,7 +23,7 @@ Loot templates define only items in the loot. See comments about money drop in c | QuestRequired | bool | NO | | 0 | | | [LootMode](#loot_template-LootMode) | smallint | NO | | 1 | | | [GroupId](#loot_template-GroupId) | tinyint | NO | | 0 | | -| [MinCount](#loot_template-MinCountOrRef) | mediumint | NO | | 1 | | +| [MinCount](#loot_template-MinCount) | mediumint | NO | | 1 | | | [MaxCount](#loot_template-MaxCount) | tinyint unsigned | NO | | 1 | | | Comment | varchar | | | | | @@ -228,7 +228,7 @@ Groupid for dummies as people have a hard time understanding it; For reference entries: If GroupId > 0 only the referenced items with said GroupId will drop. -### MinCountOrRef +### MinCount The minimum number of copies of the item that can drop in a single loot |
