Skip to content

Commit 63bb42a

Browse files
committed
Release Notes 7.7.4
1 parent 83ddc7e commit 63bb42a

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 7.7.4
2+
3+
### Bugfixes
4+
5+
- (stwlam) Fix treasures erroring when using custom traits that no longer exist in the world
6+
- (Supe) Fix other players getting permission error notifications when updating certain items
7+
8+
### Data Updates
9+
10+
- (Ambrose) Correct Morlock Tinkerer's Club ranged attack traits to match Monster Core 2 update
11+
- (Tikael) Fix name of PFS actor to match source
12+
113
## 7.7.3
214

315
### Bugfixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-pf2e",
3-
"version": "7.7.3",
3+
"version": "7.7.4",
44
"description": "",
55
"private": true,
66
"type": "module",

static/system.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"id": "pf2e",
33
"title": "Pathfinder Second Edition",
44
"description": "A community contributed game system for Pathfinder Second Edition",
5-
"version": "7.7.3",
5+
"version": "7.7.4",
66
"license": "./LICENSE",
77
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/v13-dev/static/system.json",
8-
"download": "https://github.com/foundryvtt/pf2e/releases/download/7.7.3/pf2e.zip",
8+
"download": "https://github.com/foundryvtt/pf2e/releases/download/7.7.4/pf2e.zip",
99
"changelog": "https://github.com/foundryvtt/pf2e/blob/v13-dev/CHANGELOG.md",
1010
"url": "https://github.com/foundryvtt/pf2e",
1111
"bugs": "https://github.com/foundryvtt/pf2e/issues",

0 commit comments

Comments
 (0)