Skip to content

Commit 8a4babb

Browse files
committed
fix caps and "act" numbers
1 parent 76d2c0a commit 8a4babb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/Data/QuestRewards.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ return {
3737
["Act"] = 1,
3838
["Type"] = "Normal",
3939
["Area"] = "Ogham Manor",
40-
["Stat"] = "+20 to maximum Life",
40+
["Stat"] = "+20 to Maximum Life",
4141
["AreaLevel"] = 15,
4242
["useConfig"] = true
4343
},
@@ -213,15 +213,15 @@ return {
213213
["useConfig"] = false
214214
},
215215
{
216-
["Act"] = 6,
216+
["Act"] = 5,
217217
["Type"] = "Normal",
218218
["Area"] = "The Khari Crossing",
219219
["Stat"] = "5% increased Maximum Life",
220220
["AreaLevel"] = 60,
221221
["useConfig"] = true
222222
},
223223
{
224-
["Act"] = 6,
224+
["Act"] = 5,
225225
["Type"] = "Normal",
226226
["Area"] = "Qimah",
227227
["Options"] = {
@@ -236,15 +236,15 @@ return {
236236
["useConfig"] = true
237237
},
238238
{
239-
["Act"] = 6,
239+
["Act"] = 5,
240240
["Type"] = "Normal",
241241
["Area"] = "Kriar Village",
242242
["Stat"] = "+40 to Spirit",
243243
["AreaLevel"] = 62,
244244
["useConfig"] = true
245245
},
246246
{
247-
["Act"] = 6,
247+
["Act"] = 5,
248248
["Type"] = "Normal",
249249
["Area"] = "Howling Caves",
250250
["Stat"] = "+2 Weapon Set Passive Skill Points",

0 commit comments

Comments
 (0)