diff options
| author | WiZZy <bilucristian25@gmail.com> | 2019-03-23 12:58:13 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-03-23 11:58:13 +0100 |
| commit | 7ba88216744bbb1d4097b4117ddf81d900c760d2 (patch) | |
| tree | f70f547c406ca88643e57579a3711f502c09a9bd | |
| parent | da204e66fa7be5fc6735e6c4e04257ff3b67d3c3 (diff) | |
| download | wiki-7ba88216744bbb1d4097b4117ddf81d900c760d2.tar.gz wiki-7ba88216744bbb1d4097b4117ddf81d900c760d2.tar.bz2 wiki-7ba88216744bbb1d4097b4117ddf81d900c760d2.zip | |
Achievement Reward update (#27)
| -rw-r--r-- | docs/achievement_reward.md | 56 |
1 files changed, 23 insertions, 33 deletions
diff --git a/docs/achievement_reward.md b/docs/achievement_reward.md index 6158ef7..572311e 100644 --- a/docs/achievement_reward.md +++ b/docs/achievement_reward.md @@ -10,14 +10,13 @@ This table describes the reward that you will receive when you obtain a given ac <table> <colgroup> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> +<col width="14%" /> +<col width="14%" /> +<col width="14%" /> +<col width="14%" /> +<col width="14%" /> +<col width="14%" /> +<col width="14%" /> </colgroup> <tbody> <tr class="odd"> @@ -28,121 +27,112 @@ This table describes the reward that you will receive when you obtain a given ac <td><p><strong>Null</strong></p></td> <td><p><strong>Default</strong></p></td> <td><p><strong>Extra</strong></p></td> -<td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#entry">entry</a></p></td> +<td><p><a href="#id">ID</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> <td><p>NO</p></td> <td><p>0</p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#title_a">title_A</a></p></td> +<td><p><a href="#titlea">TitleA</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> <td><p>NO</p></td> <td><p>0</p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#title_h">title_H</a></p></td> +<td><p><a href="#titleh">TitleH</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> <td><p>NO</p></td> <td><p>0</p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#item">item</a></p></td> +<td><p><a href="#itemid">ItemID</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> <td><p>NO</p></td> <td><p>0</p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#sender">sender</a></p></td> +<td><p><a href="#sender">Sender</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> <td><p>NO</p></td> <td><p>0</p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#subject">subject</a></p></td> +<td><p><a href="#subject">Subject</a></p></td> <td><p>varchar(255)</p></td> <td><p>signed</p></td> <td><p> </p></td> <td><p>YES</p></td> <td><p>NULL</p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#text">text</a></p></td> +<td><p><a href="#body">Body</a></p></td> <td><p>text</p></td> <td><p>signed</p></td> <td><p> </p></td> <td><p>YES</p></td> <td><p> </p></td> <td><p> </p></td> -<td><p> </p></td> </tr> <tr class="odd"> -<td><a href="#mailtemplate">mailTemplate</a></td> +<td><a href="#mailtemplateid">MailTemplateID</a></td> <td>mediumint(8)</td> <td>unsigned</td> <td> </td> <td>YES</td> <td>0</td> <td> </td> -<td> </td> </tr> </tbody> </table> **Description of the fields** -### entry +### ID This is the ID of the achievement from Achievement.dbc -### title\_ A +### TitleA This is the ID of the title for Aliance from CharTitles.dbc if the achievement rewards a title. -### title\_H +### TitleH This is the ID of the title for Horde from CharTitles.dbc if the achievement rewards a title. -### item +### ItemID This is the item that you get if the achievement rewards an item. You will get this item in the mail. -### sender +### Sender This is the sender of the mail that you receive. -### subject +### Subject This is the subject of the mail that you receive. -### text +### Body This is the text of the body of that mail that you receive. -### mailTemplate +### MailTemplateID This is Id of MailTemplate from MailTemplate.dbc of that mail that you receive. Subject and Text must be empty. They are read from dbc file. |
