From 1a627eb2648412907b9ff0444894b8b36e22c3bc Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Fri, 21 Jun 2019 13:16:27 +0200 Subject: cleaning(npc_vendor) --- docs/npc_vendor.md | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'docs') 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 - @@ -77,25 +75,6 @@ This table holds the vendor data for all NPCs that sell items and currency. The
-## 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 -- cgit