aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/038_structs2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/038_structs2.patch b/patches/patches/038_structs2.patch
index 5d0d188..7d85de0 100644
--- a/patches/patches/038_structs2.patch
+++ b/patches/patches/038_structs2.patch
@@ -1,6 +1,6 @@
44a45,50
> chars[1] = Character{
-> .class = Class.bard,
+> .role = Role.bard,
> .gold = 10,
> .health = 100,
> .experience = 20,