From 7ba88216744bbb1d4097b4117ddf81d900c760d2 Mon Sep 17 00:00:00 2001 From: WiZZy Date: Sat, 23 Mar 2019 12:58:13 +0200 Subject: Achievement Reward update (#27) --- docs/achievement_reward.md | 56 +++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 33 deletions(-) (limited to 'docs') 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 --------+++++++ @@ -28,121 +27,112 @@ This table describes the reward that you will receive when you obtain a given ac - - + - - + - - + - - + - - + - - + - - + - - + -

Null

Default

Extra

Comment

entry

ID

mediumint(8)

unsigned

PRI

NO

0

 

 

title_A

TitleA

mediumint(8)

unsigned

 

NO

0

 

 

title_H

TitleH

mediumint(8)

unsigned

 

NO

0

 

 

item

ItemID

mediumint(8)

unsigned

 

NO

0

 

 

sender

Sender

mediumint(8)

unsigned

 

NO

0

 

 

subject

Subject

varchar(255)

signed

 

YES

NULL

 

 

text

Body

text

signed

 

YES

 

 

 

mailTemplateMailTemplateID mediumint(8) unsigned   YES 0   
**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. -- cgit