Skip to content

Commit

Permalink
added mandervillous weapons to gear data (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade authored Jan 16, 2024
1 parent 3a4b0cb commit 1d2f622
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions backend/api/management/commands/seed_data/gear/6.55.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- has_accessories: False
has_armour: False
has_weapon: True
item_level: 665
name: 'Mandervillous'
2 changes: 1 addition & 1 deletion backend/backend/settings_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def sampler(context):
# If you wish to associate users to errors (assuming you are using
# django.contrib.auth) you may enable sending PII data.
send_default_pii=True,
release='savageaim@20240109',
release='savageaim@20240116',
)

# Channels
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="20240109"
VUE_APP_VERSION="20240116"
9 changes: 7 additions & 2 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
</div>
<div class="card-content content">
<h2 class="has-text-primary subtitle">{{ version }}</h2>
<div class="divider"><i class="material-icons icon">expand_more</i> Fixes <i class="material-icons icon">expand_more</i></div>
<p>Fixed an issue in the Per-Item Loot Manager where having Team Members who haven't received loot would cause the dropdown to not work. (Thanks @natkr!)</p>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV 6.55 Update <i class="material-icons icon">expand_more</i></div>
<p>
Added the following new types of Gear released in 6.55;
<ul>
<li>Mandervillous Weapons - Item Level 665</li>
</ul>
</p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Sentry.init({
Vue,
dsn: 'https://[email protected]/6180221',
logErrors: true,
release: 'savageaim@20240109',
release: 'savageaim@20240116',
integrations: [
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
Expand Down

0 comments on commit 1d2f622

Please sign in to comment.