-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pre-populating the 7.1 gear file with placeholder names * minor openapi schema fixes * fix style of buttons, only have them appear when necessary * update changelog * added names of gear added in 7.1 * bump version
- Loading branch information
Showing
8 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
backend/api/management/commands/seed_data/gear/7-dt/7.1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- has_accessories: False | ||
has_armour: True | ||
has_weapon: False | ||
item_level: 720 | ||
name: "Ark Angel's" | ||
- has_accessories: False | ||
has_armour: False | ||
has_weapon: True | ||
item_level: 725 | ||
name: 'Eternal' | ||
- has_accessories: True | ||
has_armour: True | ||
has_weapon: True | ||
item_level: 720 | ||
name: 'Augmented Archeo Kingdom' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
from .celery import app as celery_app | ||
|
||
VERSION = '20241022' | ||
VERSION = '20241112' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VUE_APP_VERSION="20241022" | ||
VUE_APP_VERSION="20241112" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ Sentry.init({ | |
Vue, | ||
dsn: 'https://[email protected]/6180221', | ||
logErrors: true, | ||
release: 'savageaim@20241022', | ||
release: 'savageaim@20241112', | ||
integrations: [ | ||
new Sentry.BrowserTracing({ | ||
routingInstrumentation: Sentry.vueRouterInstrumentation(router), | ||
|