diff options
Diffstat (limited to 'src/perl/ui')
-rw-r--r-- | src/perl/ui/UI.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/ui/UI.xs b/src/perl/ui/UI.xs index 83c2a366..c2ee46b4 100644 --- a/src/perl/ui/UI.xs +++ b/src/perl/ui/UI.xs @@ -36,6 +36,7 @@ static void perl_window_fill_hash(HV *hv, WINDOW_REC *window) hv_store(hv, "servertag", 9, new_pv(window->servertag), 0); hv_store(hv, "level", 5, newSViv(window->level), 0); + hv_store(hv, "immortal", 8, newSViv(window->immortal), 0); hv_store(hv, "sticky_refnum", 13, newSViv(window->sticky_refnum), 0); hv_store(hv, "data_level", 10, newSViv(window->data_level), 0); |