Changes

m
typo
Line 154: Line 154:  
if availability.event_reward then
 
if availability.event_reward then
 
for _, map in ipairs(availability.event_reward) do
 
for _, map in ipairs(availability.event_reward) do
local map_name = format{self._map_name_template, year = map[1], quarter = self._quarters[node[2]], map = map[3]}
+
local map_name = format{self._map_name_template, year = map[1], quarter = self._quarters[map[2]], map = map[3]}
 
if #map == 4 then
 
if #map == 4 then
 
map_name = map_name .. format{self._details_template, details = self._difficulties[map[4]]}
 
map_name = map_name .. format{self._details_template, details = self._difficulties[map[4]]}
Anonymous user