Skip to content

Commit 8bf576c

Browse files
Migrate attacks over to API V2.
1 parent c30076a commit 8bf576c

File tree

5 files changed

+1821
-1816
lines changed

5 files changed

+1821
-1816
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
{ "message": "Correctly list Love Juice cooldown.", "contributor": "DeKleineKobini" },
1212
{ "message": "Option to highlight items in Bazaars that have a cost less than the vendor price.", "contributor": "TravisTheTechie" },
1313
{ "message": "Update 'Painleth Dentitht' mission hint.", "contributor": "DeKleineKobini" },
14-
{ "message": "Prevent error on the faction page when member list is modified", "contributor": "MOBermejo" }
14+
{ "message": "Prevent error on the faction page when member list is modified", "contributor": "MOBermejo" },
15+
{ "message": "Migrate attacks over to API V2.", "contributor": "DeKleineKobini" }
1516
],
1617
"removed": []
1718
}

extension/pages/settings/settings.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,6 @@ <h2>
341341
<input id="api_usage-user_education" type="checkbox" />
342342
<label for="api_usage-user_education">Education</label>
343343
</div>
344-
<div class="option">
345-
<input id="api_usage-user_attacks" type="checkbox" />
346-
<label for="api_usage-user_attacks">Attacks</label>
347-
</div>
348344
<div class="option">
349345
<input id="api_usage-user_networth" type="checkbox" />
350346
<label for="api_usage-user_networth">Networth</label>
@@ -416,6 +412,10 @@ <h2>
416412
<input id="api_usage-userV2_personalstats" type="checkbox" />
417413
<label for="api_usage-userV2_personalstats">Personal Stats</label>
418414
</div>
415+
<div class="option">
416+
<input id="api_usage-userV2_attacks" type="checkbox" />
417+
<label for="api_usage-userV2_attacks">Attacks</label>
418+
</div>
419419
</section>
420420
<section name="chat">
421421
<div class="header">Chat</div>

0 commit comments

Comments
 (0)