% 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') %>
% }
> Advanced % 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} %>

% my $rank = 1; % for my $row (@{ stash('rows') }) { % } % if (!@{ stash('rows') }) { % }
#PlayerDeaths
<%= $rank++ %><%= $row->{player_name} %><%= $row->{n} %>
No Heaven's Glaives deaths in this report.
% } % if (@{ stash('recent') // [] }) {

Recent lookups

% }