Skip to content

Commit

Permalink
1 more and update reflect config
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Aug 26, 2023
1 parent c1e39d7 commit cff1cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/native-image/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@
{
"name":"com.zenith.feature.queue.QueueStatus",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/death_messages.schema
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ $v was crushed by $m.
$v was devoured by $m.
$v was turned into ash by $m wielding $w
$v was turned into ash by $m.
$v was turned into ash whilst fighting $m
$v fought with $m and died.
$v was maimed by $m wielding $w
$v was maimed by $m.
Expand Down

0 comments on commit cff1cdf

Please sign in to comment.