DB/CurrencyTypes

From wowdev
Revision as of 16:57, 30 November 2008 by Schlumpf (talk | contribs) (New page: CurrencyTypes(id INT UNIQUE PRIMARY KEY, item FOREIGN KEY [Item] ==Structure== {| style="background:#FCFCFC; color:black" |- ! width="80" | Column ! width="180 " | Field ! width="80" | ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CurrencyTypes(id INT UNIQUE PRIMARY KEY, item FOREIGN KEY [Item]

Structure

Column Field Type Notes
1 ID Integer They include some kind of groups too. See below. Real id in column 4.
2 Item iRefID The itemd displayed.
3 Category iRefID Yes, there are non-existant categories in here.
4 RealId Integer

ID

The id is always seperatable into three digits. The least significant is some kind of real id for that category. The other two define the category. They always increase in steps of 20.

Example

12* are Marks of Honor.