diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
| commit | fecdf407f0c5d8685802a142f1834603fabfb94e (patch) | |
| tree | 20f3f06da00b5ab7deff8c2a0813bec5220edd4d /docs/PageTextMaterial.md | |
| parent | dce37f458a8803742893549586adcbf6c7c0ff04 (diff) | |
| parent | 44c4babac6b6607abda4729a6a2c39ca3434f86c (diff) | |
| download | wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.gz wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.bz2 wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.zip | |
Merge branch 'master' of https://github.com/azerothcore/wiki
Diffstat (limited to 'docs/PageTextMaterial.md')
| -rw-r--r-- | docs/PageTextMaterial.md | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/docs/PageTextMaterial.md b/docs/PageTextMaterial.md new file mode 100644 index 0000000..6fd9cd1 --- /dev/null +++ b/docs/PageTextMaterial.md @@ -0,0 +1,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> + + |
