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/Languages.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/Languages.md')
| -rw-r--r-- | docs/Languages.md | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/docs/Languages.md b/docs/Languages.md new file mode 100644 index 0000000..231eff9 --- /dev/null +++ b/docs/Languages.md @@ -0,0 +1,103 @@ +# Languages + +**DBC Structure - For Version 3.3.5a** + +This DBC contains languages that can be used in texts. The player must have competence in this language to understand what is written. + +| | | | +|------------|----------|-----------------------------------------| +| **Column** | **Type** | **Notes** | +| 1 | long | The ID of the language. Must be unique. | +| 2 | str | The name of the language goes here. | +| 18 | flags | The purpose of this column is unknown. | + +Any unlisted columns are not used within the DBC file. + +**DBC Contents - For Version 3.3.5a** + +All of the races, along with their IDs, from the *Languages.dbc* file are as follows. + +<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>Orcish</p></td> +</tr> +<tr class="odd"> +<td><p>2</p></td> +<td><p>Darnassian</p></td> +</tr> +<tr class="even"> +<td><p>3</p></td> +<td><p>Taurahe</p></td> +</tr> +<tr class="odd"> +<td><p>6</p></td> +<td><p>Dwarvish</p></td> +</tr> +<tr class="even"> +<td><p>7</p></td> +<td><p>Common</p></td> +</tr> +<tr class="odd"> +<td><p>8</p></td> +<td><p>Demonic</p></td> +</tr> +<tr class="even"> +<td><p>9</p></td> +<td><p>Titan</p></td> +</tr> +<tr class="odd"> +<td><p>10</p></td> +<td><p>Thalassian</p></td> +</tr> +<tr class="even"> +<td><p>11</p></td> +<td><p>Draconic</p></td> +</tr> +<tr class="odd"> +<td><p>12</p></td> +<td><p>Kalimag</p></td> +</tr> +<tr class="even"> +<td><p>13</p></td> +<td><p>Gnomish</p></td> +</tr> +<tr class="odd"> +<td><p>14</p></td> +<td><p>Troll</p></td> +</tr> +<tr class="even"> +<td><p>33</p></td> +<td><p>Gutterspeak</p></td> +</tr> +<tr class="odd"> +<td><p>35</p></td> +<td><p>Draenei</p></td> +</tr> +<tr class="even"> +<td><p>36</p></td> +<td><p>Zombie</p></td> +</tr> +<tr class="odd"> +<td><p>37</p></td> +<td><p>Gnomish Binary</p></td> +</tr> +<tr class="even"> +<td><p>38</p></td> +<td><p>Goblin Binary</p></td> +</tr> +</tbody> +</table> + + + + |
