diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-21 13:16:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-21 13:16:27 +0200 |
| commit | 1a627eb2648412907b9ff0444894b8b36e22c3bc (patch) | |
| tree | aef0d6fc7b08901b492a299d6b3e87482c7ed204 | |
| parent | abf4fd75bc0e2716cc94cf3009415dbdb207e8a8 (diff) | |
| download | wiki-1a627eb2648412907b9ff0444894b8b36e22c3bc.tar.gz wiki-1a627eb2648412907b9ff0444894b8b36e22c3bc.tar.bz2 wiki-1a627eb2648412907b9ff0444894b8b36e22c3bc.zip | |
cleaning(npc_vendor)
| -rw-r--r-- | docs/npc_vendor.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/npc_vendor.md b/docs/npc_vendor.md index 15a2776..4721933 100644 --- a/docs/npc_vendor.md +++ b/docs/npc_vendor.md @@ -6,8 +6,6 @@ This table holds the vendor data for all NPCs that sell items and currency. The price for each item or currency is in its item template as [BuyPrice](item_template#item_template-BuyPrice) or as [ExtendedCost](npc_vendor#npc_vendor-ExtendedCost). -## 3.3.5 version - <table style="width:100%;"> <colgroup> <col width="16%" /> @@ -77,25 +75,6 @@ This table holds the vendor data for all NPCs that sell items and currency. The </tbody> </table> -## 6.x.x version - -| Field | Type | Attributes | Key | Null | Default | -|----------------------------------------------------|--------------|------------|-----|------|---------| -| [entry](#npc_vendor-entry) | mediumint(8) | unsigned | PRI | NO | 0 | -| [slot](#npc_vendor-slot) | smallint(6) | signed | MUL | NO | 0 | -| [item](#npc_vendor-item) | mediumint(8) | signed | PRI | NO | 0 | -| [maxcount](#npc_vendor-maxcount) | mediumint(8) | unsigned | | NO | 0 | -| [incrtime](#npc_vendor-incrtime) | int(10) | unsigned | | NO | 0 | -| [ExtendedCost](#npc_vendor-ExtendedCost) | mediumint(8) | unsigned | PRI | NO | 0 | -| [type](#npc_vendor-type) | tinyint(3) | unsigned | PRI | NO | 1 | -| [PlayerConditionID](#npc_vendor-PlayerConditionID) | int(10) | unsigned | | NO | 0 | -| [IgnoreFiltering](#npc_vendor-IgnoreFiltering) | tinyint(3) | unsigned | | NO | 0 | -| [VerifiedBuild](#npc_vendor-VerifiedBuild) | smallint(5) | signed | | YES | 0 | - - - - - **Field Descriptions** ### entry |
