diff options
Diffstat (limited to 'docs')
| -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 |
