summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-08-17 15:03:17 +0200
committerGitHub <noreply@github.com>2023-08-17 15:03:17 +0200
commit92a4f3acf88db860a170df67b4b93caab41928b3 (patch)
tree2f3526d8f7d78201ca590f2aca2b74cf2422b550 /patches
parent2e5a49fc6886e6ca06714033d4ce1eb3090ef5a5 (diff)
parent4eb949759be1ec16cf371bc3f6b1b28ac15abb3b (diff)
Merge pull request #351 from ratfactor/class_role
changed struct name 'class' into 'role'
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/101_for5.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/101_for5.patch b/patches/patches/101_for5.patch
index 0466cc8..edb927f 100644
--- a/patches/patches/101_for5.patch
+++ b/patches/patches/101_for5.patch
@@ -1,4 +1,4 @@
54c54
-< for (classes, gold, experience, ???) |c, g, e, i| {
+< for (roles, gold, experience, ???) |c, g, e, i| {
---
-> for (classes, gold, experience, 1..) |c, g, e, i| {
+> for (roles, gold, experience, 1..) |c, g, e, i| {