summaryrefslogtreecommitdiff
path: root/priv_entries.h
diff options
context:
space:
mode:
Diffstat (limited to 'priv_entries.h')
-rw-r--r--priv_entries.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/priv_entries.h b/priv_entries.h
index 6c3c798..db76406 100644
--- a/priv_entries.h
+++ b/priv_entries.h
@@ -22,7 +22,15 @@ struct entry_t white_magic_entries[] = {
.f = cast_cure,
.data = NULL,
.target = TARGET_SINGLE | TARGET_TEAM,
- }
+ },
+ }, {
+ .name = "Esuna",
+ .children_cnt = 0,
+ .action = {
+ .f = esuna,
+ .data = NULL,
+ .target = TARGET_SINGLE,
+ },
},
};