From 0c10080975b5e25ab0ceb218da8d8455c1d27fc4 Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Fri, 30 Oct 2015 23:44:43 +0000 Subject: [PATCH] Fix formatting for achievements pre requisite types. --- research/achievements_requirement_type.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/research/achievements_requirement_type.md b/research/achievements_requirement_type.md index a1f8829cb..b42a2e932 100644 --- a/research/achievements_requirement_type.md +++ b/research/achievements_requirement_type.md @@ -1,5 +1,6 @@ Achievements link to a "pre-requisite type" that defines it as completeed. The list of Types are: +``` 1 kill stuff 2 achievement 3 class @@ -20,6 +21,6 @@ Achievements link to a "pre-requisite type" that defines it as completeed. The l 18 frontline 19 frontline 20 aether attune +``` - -An "is_or" relates to if the achievement requires multiple quests to be completed or just 1 out of a set. \ No newline at end of file +An "is_or" relates to if the achievement requires multiple quests to be completed or just 1 out of a set.