From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/quest_template_addon.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/quest_template_addon.md') diff --git a/docs/quest_template_addon.md b/docs/quest_template_addon.md index 1d30144..b2ff6bd 100644 --- a/docs/quest_template_addon.md +++ b/docs/quest_template_addon.md @@ -22,7 +22,7 @@ -ID +ID mediumint(8) unsigned PRI @@ -33,7 +33,7 @@ Unique ID linked to quest_template.ID -MaxLevel +MaxLevel tinyint(3) unsigned
@@ -46,7 +46,7 @@ -AllowableClasses +AllowableClasses int(10) unsigned
@@ -59,7 +59,7 @@ -SourceSpellID +SourceSpellID mediumint(8) unsigned
@@ -72,7 +72,7 @@ -PrevQuestID +PrevQuestID mediumint(8)
@@ -86,7 +86,7 @@ -NextQuestID +NextQuestID mediumint(8)
@@ -100,7 +100,7 @@ -ExclusiveGroup +ExclusiveGroup mediumint(8)
@@ -114,7 +114,7 @@ -RewardMailTemplateID +RewardMailTemplateID mediumint(8) unsigned
@@ -127,7 +127,7 @@ -RewardMailDelay +RewardMailDelay int(10) unsigned
@@ -140,7 +140,7 @@ -RequiredSkillID +RequiredSkillID smallint(5) unsigned
@@ -153,7 +153,7 @@ -RequiredSkillPoints +RequiredSkillPoints smallint(5) unsigned
@@ -166,7 +166,7 @@ -RequiredMinRepFaction +RequiredMinRepFaction smallint(5) unsigned
@@ -179,7 +179,7 @@ -RequiredMaxRepFaction +RequiredMaxRepFaction smallint(5) unsigned
@@ -192,7 +192,7 @@ -RequiredMinRepValue +RequiredMinRepValue mediumint(8)
@@ -206,7 +206,7 @@ -RequiredMaxRepValue +RequiredMaxRepValue mediumint(8)
@@ -220,7 +220,7 @@ -ProvidedItemCount +ProvidedItemCount tinyint(3) unsigned
@@ -233,7 +233,7 @@ -SpecialFlags +SpecialFlags tinyint(3) unsigned
-- cgit