diff --git a/backend/api/management/commands/seed_data/gear/7-dt/7.3.yml b/backend/api/management/commands/seed_data/gear/7-dt/7.3.yml new file mode 100644 index 0000000..6f32d5e --- /dev/null +++ b/backend/api/management/commands/seed_data/gear/7-dt/7.3.yml @@ -0,0 +1,15 @@ +- has_accessories: True + has_armour: True + has_weapon: True + item_level: 750 + name: 'Augmented Ceremonial' +- has_accessories: False + has_armour: True + has_weapon: False + item_level: 750 + name: "War Cloud's" +- has_accessories: False + has_armour: False + has_weapon: True + item_level: 755 + name: 'Ageless' diff --git a/backend/api/tests/test_team_member.py b/backend/api/tests/test_team_member.py index b518738..0d88606 100644 --- a/backend/api/tests/test_team_member.py +++ b/backend/api/tests/test_team_member.py @@ -740,7 +740,7 @@ def setUp(self): current_necklace=crafted, current_offhand=crafted, current_right_ring=crafted, - job_id='RDM', + job_id='DNC', owner=self.char2, ) @@ -755,7 +755,8 @@ def test_update(self): url = reverse('api:team_member_current_gear_update', kwargs={'team_id': self.team.pk, 'pk': self.tm2.pk}) user = self.char.user self.client.force_authenticate(user) - self.assertEqual(self.client.post(url).status_code, status.HTTP_204_NO_CONTENT) + response = self.client.post(url) + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT, response.content) # Check the Current Gear after a refresh self.bis2.refresh_from_db() diff --git a/backend/backend/__init__.py b/backend/backend/__init__.py index ad4893d..ec548b5 100644 --- a/backend/backend/__init__.py +++ b/backend/backend/__init__.py @@ -2,4 +2,4 @@ from .celery import app as celery_app -VERSION = '20250602' +VERSION = '20250805' diff --git a/frontend/.env b/frontend/.env index d28e6a8..eebf8b9 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VUE_APP_VERSION="20250602" +VUE_APP_VERSION="20250805" diff --git a/frontend/src/components/modals/changelog.vue b/frontend/src/components/modals/changelog.vue index 79fa316..777e498 100644 --- a/frontend/src/components/modals/changelog.vue +++ b/frontend/src/components/modals/changelog.vue @@ -12,12 +12,13 @@
Didn't initially realise that the armour from OC was worth adding but it's actually pretty decent so...
+- Added the following new gear added in 7.25; + Added the following new gear added in 7.3;