- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 154:
Line 154:
− +
typo
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]]}