Skip to content

Commit

Permalink
add clouddark gear to system
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Dec 23, 2024
1 parent bb31c04 commit 7a68fb0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions backend/api/management/commands/seed_data/gear/7-dt/7.15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- has_accessories: False
has_armour: True
has_weapon: False
item_level: 730
name: 'Clouddark'
2 changes: 1 addition & 1 deletion backend/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .celery import app as celery_app

VERSION = '20241126'
VERSION = '20241223'
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="20241126"
VUE_APP_VERSION="20241223"
7 changes: 3 additions & 4 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +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> FFXIV 7.11 Update <i class="material-icons icon">expand_more</i></div>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV 7.15 Chaotic Release <i class="material-icons icon">expand_more</i></div>
<p>
Added the following new types of Gear released in 7.11;
Added the following new types of Gear released in 7.15 alongside Chaotic;
<ul>
<li>Ultimate Edenmorn Weapons - Item Level 735</li>
<li>Clouddark Armour - Item Level 730</li>
</ul>
</p>
<p>Best of luck to anyone doing FRU prog!</p>
</div>
</div>
</template>
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@20241126',
release: 'savageaim@20241223',
integrations: [
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
Expand Down

0 comments on commit 7a68fb0

Please sign in to comment.