blob: 6fd9cd1623258358a0f12fe803d33bd5457119c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# PageTextMaterial
<noinclude>|
`Back-to:DBC`
<big>**PageTextMaterial.dbc**</big>
This DBC contains material used to display a gossip window for quest or page text.
**Version is : 3.1.3**
## Structure
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th><pre><code>Column</code></pre></th>
<th><pre><code>Field</code></pre></th>
<th><pre><code>Type</code></pre></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>1</td>
<td><pre><code>ID</code></pre></td>
<td><pre><code>Integer</code></pre></td>
</tr>
<tr class="even">
<td>2</td>
<td><pre><code>sRefCon</code></pre></td>
<td><pre><code>String</code></pre></td>
</tr>
</tbody>
</table>
## **Content**
</noinclude>
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<tbody>
<tr class="odd">
<td><p><strong>ID</strong></p></td>
<td><p><strong>Name</strong></p></td>
</tr>
<tr class="even">
<td><p>1</p></td>
<td><p>Parchment</p></td>
</tr>
<tr class="odd">
<td><p>2</p></td>
<td><p>Stone</p></td>
</tr>
<tr class="even">
<td><p>3</p></td>
<td><p>Marble</p></td>
</tr>
<tr class="odd">
<td><p>4</p></td>
<td><p>Silver</p></td>
</tr>
<tr class="even">
<td><p>5</p></td>
<td><p>Bronze</p></td>
</tr>
<tr class="odd">
<td><p>6</p></td>
<td><p>Valentine</p></td>
</tr>
<tr class="even">
<td><p>7</p></td>
<td><p>Illidan</p></td>
</tr>
</tbody>
</table>
|