<?xml version="1.0"?>
<rss version="2.0"><channel><title>Wiki: Wiki</title><link>https://www.getmangos.eu/wiki/referenceinfo/dbcfiles/?d=4</link><description>Wiki: Wiki</description><language>en</language><item><title>DBC File Structure</title><link>https://www.getmangos.eu/wiki/referenceinfo/dbcfiles/dbc-file-structure-r20024/</link><description><![CDATA[<h2>
	Introduction
</h2>

<p>
	A <strong>client database</strong> or <strong>DBC</strong> file is a simple binary format for a database table.
</p>

<p>
	Each record in the file is one row of the table. Field values may consist of a limited range of data types, and do not include field separation characters<br>
	- except for character-based string fields.
</p>

<p>
	DBC files nearly always use file extension <code>DBC (</code>or <code>dbc) and DB2 (or db2) and </code>have been named <em>DataBaseClient</em> files ever since their discovery in the DataBaseClient folder in the client files. The true extension meaning has not yet been revealed by Blizzard.
</p>

<h2>
	Technical details
</h2>

<p>
	Each file consists of a header, the table data, and if necessary a string block.
</p>

<h2>
	Header
</h2>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pln">00h: char[4] Signature always 'WDBC'
04h: int32 Records number of records in the file
08h: int32 Fields number of fields per record
0Ch: int32 Record Size Fields*FieldSize (FieldSize is usually 4, but not always)
10h: int32 String Block Size Size of the string block</span></pre>

<h2>
	Table Data
</h2>

<p>
	Each record has a constant length. Usually all the values are 32bit integers. String data is stored in a block after the records. String data in records contain an offset to the string, relative to the start of the string block.
</p>

<p>
	When encountering string data, it usually consists of an English name field, followed by 7 additional fields for different localizations.
</p>

<h2>
	String Block
</h2>

<p>
	A continuous block of zero-terminated strings. Offsets into the String Block are relative to the start of the block.
</p>

<h5>
	A more detailed breakdown follows:
</h5>

<h3>
	DBC file layout
</h3>

<h6>
	The DBC file layout is fairly simple, below is a hex display of the file AuctionHouse.dbc
</h6>

<table><tbody><tr><th>
				 
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				 
			</th>
		</tr><tr><th rowspan="2">
				<span style="font-family:'courier new', courier, monospace;">File Offset</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">02</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">03</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">04</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">06</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">08</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">09</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0A</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0B</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0C</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0D</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0E</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0F</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">10</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">11</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">12</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">13</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">14</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">15</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">16</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">17</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">ASCII DISPLAY</span>
			</th>
		</tr><tr><td colspan="25">
				<hr></td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000000</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">57</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">44</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">42</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">43</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">0d</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">34</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">aa</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">WDBC........4...a.......</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000018</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000030</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">....................~.?.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000048</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">02</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">03</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">19</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000060</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000078</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">03</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">04</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">30</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">~.?.................O...</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000090</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000000a8</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">04</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">....~.?.................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000000c0</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">H.......................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000000d8</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">06</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........~.?.............</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000000f0</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">60</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">....'...................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000108</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">06</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">02</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">............~.?.........</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000120</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7d</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........}...............</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000138</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">................~.?.....</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000150</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">71</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">19</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">0f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">91</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">q...........'...........</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000168</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">......./............~/?.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000180</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">53</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6d</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">77</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">.Stormwind Auction House</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000198</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">.Alliance Auction House.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001b0</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">44</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">Darnassus Auction House.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001c8</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">55</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">79</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">Undercity Auction House.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001e0</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">54</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">68</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">42</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">66</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">66</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">Thunder Bluff Auction H</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001f8</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">ouse.Horde Auction House</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000210</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">42</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6b</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">77</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">.Blackwater Auction Hous</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000228</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td colspan="22">
				 
			</td>
			<td>
				e.
			</td>
		</tr></tbody></table><h5>
	Header Block
</h5>

<p>
	The first section is the header block which is 20 bytes long
</p>

<table><tbody><tr><th>
				 
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				 
			</th>
		</tr><tr><th rowspan="2">
				<span style="font-family:'courier new', courier, monospace;">File Offset</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">02</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">03</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">04</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">06</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">08</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">09</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0A</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0B</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0C</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0D</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0E</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0F</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">10</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">11</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">12</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">13</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">14</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">15</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">16</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">17</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">ASCII DISPLAY</span>
			</th>
		</tr><tr><td colspan="25">
				<hr></td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000000</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">57</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">44</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">42</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">43</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">0d</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">34</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">aa</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td colspan="4">
				 
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">WDBC........4...a...</span>
			</td>
		</tr></tbody></table><p>
	<br><code>57 44 42 43</code> is the filetype is text. Normally "WDBC" or "WDB2"
</p>

<p>
	<code>07 00 00 00</code> is the number of rows, the byte order is reversed, so this would be <code>00 00 00 07</code> = 7 Rows of data.
</p>

<p>
	<code>0d 00 00 00</code> is the number of fields, again byte order reversed, so <code>00 00 00 0d</code> = 13 rows of data
</p>

<p>
	<code>34 00 00 00</code> is the length of the row <code>00 00 00 34</code> = 52 bytes long
</p>

<p>
	<code>aa 00 00 00</code> is the length of the string block
</p>

<p>
	The start of the string block can be calculated one of two ways:
</p>

<ul><li>
		The length of the file - the size of the string block
	</li>
	<li>
		The length of the header + (number of rows * length of the row)
	</li>
</ul><p>
	Using the latter approach, we can calculate the start of the string block as follows:
</p>

<p>
	The length of the header + (number of rows * length of the row) i.e. 20 + (7 * 52) = 384 (or 180 in hex).
</p>

<p>
	This gives us the start offset for the string block 00000180h
</p>

<h5>
	Data Block
</h5>

<p>
	The Second section is the data block, from the values obtained above from the header we know there are 7 records and 13 fields. Each field is typically 4 bytes long.
</p>

<p>
	Here is the first record:
</p>

<table><tbody><tr><th>
				 
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				 
			</th>
		</tr><tr><th rowspan="2">
				<span style="font-family:'courier new', courier, monospace;">File Offset</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">02</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">03</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">04</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">06</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">08</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">09</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0A</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0B</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0C</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0D</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0E</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0F</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">10</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">11</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">12</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">13</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">14</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">15</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">16</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">17</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">ASCII DISPLAY</span>
			</th>
		</tr><tr><td colspan="25">
				<hr></td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000000</span>
			</td>
			<td colspan="20">
				 
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">                    ....</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000018</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">........................</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000030</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">7e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">3f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">....................~.?.</span>
			</td>
		</tr></tbody></table><p>
	<br>
	All the byte groups are in reverse order as before
</p>

<p>
	<code>01 00 00 00</code> is <code>00 00 00 01</code> = 1,
</p>

<p>
	<code>01 00 00 00</code> is <code>00 00 00 01</code> = 1,
</p>

<p>
	<code>05 00 00 00</code> is <code>00 00 00 05</code> = 5,
</p>

<p>
	<code>05 00 00 00</code> is <code>00 00 00 05</code> = 5,
</p>

<p>
	<code>01 00 00 00</code> is <code>00 00 00 01</code> = 1, is the string offset for the text
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>00 00 00 00</code> is <code>00 00 00 00</code> = 0, same for localised languages
</p>

<p>
	<code>7e 00 3f 00</code> is <code>00 3f 00 7e</code> = 4128894
</p>

<p>
	If you check out the Wiki page for <a href="./mangoszerodbc/AuctionHouse-r1507/" rel="external">AuctionHouse.dbc</a> you will see that we have the fields:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pln">AuctionHouse ID = 1
Faction ID =1
Auction Fee = 5
Deposit Tax = 5
Name = 1
Name1 = 0
Name2 = 0
Name3 = 0
Name4 = 0
Name5 = 0
Name6 = 0
Name7 = 0
Text Checksum = 4128894</span></pre>

<p>
	 
</p>

<h5>
	String Block
</h5>

<p>
	The string block is a chunk of text strings, separated by nulls.
</p>

<p>
	Now previously we had calculated the start offset for the string block as 00000180h
</p>

<table><tbody><tr><th>
				 
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">Col</span>
			</th>
			<th>
				 
			</th>
		</tr><tr><th rowspan="2">
				<span style="font-family:'courier new', courier, monospace;">File Offset</span>
			</th>
			<th>
				 
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">01</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">02</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">03</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">04</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">05</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">06</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">07</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">08</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">09</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0A</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0B</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0C</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0D</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0E</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">0F</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">10</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">11</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">12</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">13</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">14</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">15</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">16</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">17</span>
			</th>
			<th>
				<span style="font-family:'courier new', courier, monospace;">ASCII DISPLAY</span>
			</th>
		</tr><tr><td colspan="25">
				<hr></td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000180</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">53</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6d</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">77</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;"> Stormwind Auction House</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000198</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">.Alliance Auction House.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001b0</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">44</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">Darnassus Auction House.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001c8</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">55</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">79</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">Undercity Auction House.</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001e0</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">54</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">68</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">42</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">66</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">66</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">Thunder Bluff Auction H</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">000001f8</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">64</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">ouse.Horde Auction House</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000210</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">42</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6c</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6b</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">77</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">61</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">72</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">41</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">63</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">74</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">69</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6e</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">20</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">48</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">6f</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">75</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">73</span>
			</td>
			<td style="font-family:Courier;">
				<span style="font-family:'courier new', courier, monospace;">.Blackwater Auction Hous</span>
			</td>
		</tr><tr><td>
				<span style="font-family:'courier new', courier, monospace;">00000228</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">65</span>
			</td>
			<td>
				<span style="font-family:'courier new', courier, monospace;">00</span>
			</td>
			<td colspan="22">
				 
			</td>
			<td>
				e.
			</td>
		</tr></tbody></table><p>
	<br>
	As we saw above, the Value for Name was 1, add this is the base gives 181h, then read all characters until a null. This is the start character of "Stormwind Auction House" (there is a null after "House").
</p>

<p>
	Looking at all the records, the string offsets are:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pln">01h = 1 - "Stormwind Auction House"
19h = 25 - "Alliance Auction House"
30h = 48 - "Darnassus Auction House"
48h = 72 - "Undercity Auction House"
60h = 96 - "Thunder Bluff Auction House"
7dh = 125 - "Horde Auction House"
91h = 145 - "Blackwater Auction House"</span></pre>
]]></description><guid isPermaLink="false">20024</guid><pubDate>Mon, 01 Aug 2016 08:55:57 +0000</pubDate></item></channel></rss>
