% layout undef;
Heaven's Glaives Lookup
Heaven's Glaives Lookup
Paste a Warcraft Logs report code to see Heaven's Glaives deaths (Mythic Midnight Falls / L'ura).
% if (stash('error')) {
<%= stash('error') %>
% }
% if (stash('result')) {
<%= stash('result')->{raid_date} %> — <%= stash('result')->{title} %>
<%= stash('total') %> death<%= stash('total') == 1 ? '' : 's' %>
<%= stash('result')->{fight_count} %> Mythic Midnight Falls pull(s) · <%= stash('result')->{zone_name} %>
| # | Player |
% my $rank = 1;
% for my $row (@{ stash('rows') }) {
| <%= $rank++ %> | <%= $row->{player_name} %> | <%= $row->{n} %> |
% }
% if (!@{ stash('rows') }) {
| No Heaven's Glaives deaths in this report. |
% }
% }
% if (@{ stash('recent') // [] }) {
Recent lookups
% }