From 5a0681948baea7277b8d3418a4fe2ba134559559 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 2 Aug 2023 23:29:02 +0200 Subject: changed struct name 'class' into 'role' --- patches/patches/038_structs2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') 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, -- cgit v1.2.3