@@ -81,6 +81,7 @@ local default_categories = {
8181 ' weekly_delve_reputation' ,
8282 ' weekly_coffer_keys' ,
8383 ' archaic_cypher_key' ,
84+ ' nightfall_weekly' ,
8485
8586 ' separator1' ,
8687 ' the_theater_troupe' ,
@@ -108,6 +109,7 @@ local default_categories = {
108109 weekly_delve_reputation = 4 ,
109110 weekly_coffer_keys = 5 ,
110111 archaic_cypher_key = 6 ,
112+ nightfall_weekly = 7 ,
111113
112114 separator1 = 10 ,
113115 the_theater_troupe = 11 ,
@@ -178,6 +180,7 @@ local default_categories = {
178180 ' the_general' ,
179181 ' the_vizier' ,
180182 ' the_weaver' ,
183+ ' flames_radiance' ,
181184 -- 'brann_bronzebeard', Makes no sense without a custom string for the level
182185
183186 ' separator1' ,
@@ -198,6 +201,7 @@ local default_categories = {
198201 the_general = 5 ,
199202 the_vizier = 6 ,
200203 the_weaver = 7 ,
204+ flames_radiance = 8 ,
201205 -- brann_bronzebeard = 8,
202206
203207 separator1 = 10 ,
@@ -605,6 +609,7 @@ PermoksAccountManager.factions = {
605609 [2675 ] = { name = ' Blackwater Cartel' , paragon = true , warband = ' unique' },
606610 [2677 ] = { name = ' Steamwheedle Cartel' , paragon = true , warband = ' unique' },
607611 [2685 ] = { name = ' Gallagio Loyalty Rewards Club' , paragon = true , type = ' renown' , warband = ' unique' },
612+ [2688 ] = { name = ' Flame\' s Radiance' , paragon = true , warband = ' unique' },
608613}
609614
610615PermoksAccountManager .currency = {
@@ -1947,6 +1952,9 @@ PermoksAccountManager.quests = {
19471952 },
19481953 weekly_bounti_map = {
19491954 [86371 ] = {questType = ' weekly' }
1955+ },
1956+ nightfall_weekly = {
1957+ [89295 ] = {questType = ' weekly' }
19501958 }
19511959}
19521960
0 commit comments