diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-18 02:36:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-18 02:36:38 +0100 |
| commit | ba8514c2d871fd127efa7420b6fb92a1226c8afb (patch) | |
| tree | 216e0b6e909acc2b11c587eaf2abd306fc0e2430 /docs | |
| parent | d58078a4d1e6e0732f8d80f1baec53d498e12592 (diff) | |
| download | wiki-ba8514c2d871fd127efa7420b6fb92a1226c8afb.tar.gz wiki-ba8514c2d871fd127efa7420b6fb92a1226c8afb.tar.bz2 wiki-ba8514c2d871fd127efa7420b6fb92a1226c8afb.zip | |
chore_ loot_template
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/loot_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/loot_template.md b/docs/loot_template.md index 8c7f27b..190fdff 100644 --- a/docs/loot_template.md +++ b/docs/loot_template.md @@ -52,7 +52,7 @@ The 11 tables have different relations with other DB tables. | prospecting\_loot\_template | [entry](#entry) | many <- one | [item\_template](item_template) | [entry](item_template#entry) | | | milling\_loot\_template | [entry](#entry) | many <- one | [item\_template](item_template) | [entry](item_template#entry) | | | pickpocketing\_loot\_template | [entry](#entry) | many <- many | [creature\_template](creature_template) | [pickpocketloot](creature_template#pickpocketloot) | | -| player\_loot\_template | no relation | [entry](#entry) is linked with player | | | TeamID. 0 = Horde, 1 = Alliance | +| player\_loot\_template | no relation | [entry](#entry) is linked with player TeamID | | | 0 = Horde, 1 = Alliance | | skinning\_loot\_template | [entry](#entry) | many <- many | [creature\_template](creature_template) | [skinloot](creature_template#skinloot) | Can also store minable/herbable items gathered from creatures | | quest\_mail\_loot\_template | [entry](#entry) | | [quest\_template](quest_template) | [RewardMailTemplateId](quest_template#rewardmailtemplateid) | | | reference\_loot\_template | [entry](#entry) | many <- many | - \_loot\_template | [-mincountOrRef](#mincountorref) | In case of negative mincountOrRef | |
