aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-08-17 14:55:11 +0200
committerChris Boesch <[email protected]>2023-08-17 14:55:11 +0200
commit4eb949759be1ec16cf371bc3f6b1b28ac15abb3b (patch)
tree2f3526d8f7d78201ca590f2aca2b74cf2422b550 /patches
parent2e5a49fc6886e6ca06714033d4ce1eb3090ef5a5 (diff)
downloadziglings-4eb949759be1ec16cf371bc3f6b1b28ac15abb3b.tar.xz
ziglings-4eb949759be1ec16cf371bc3f6b1b28ac15abb3b.zip
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| {