Skip to content

Commit

Permalink
gear for 6.51 (#62)
Browse files Browse the repository at this point in the history
* gear for 6.51

* updated sentry
  • Loading branch information
freyamade authored Oct 31, 2023
1 parent c802337 commit 67810c3
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 164 deletions.
5 changes: 5 additions & 0 deletions backend/api/management/commands/seed_data/gear/6.51.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: 'Exquisite Credendum'
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@20231003',
release='savageaim@20231031',
)

# 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="20231003"
VUE_APP_VERSION="20231031"
Loading

0 comments on commit 67810c3

Please sign in to comment.