Skip to content

Commit

Permalink
Corrects the dates for Love is in the Air for Classic.
Browse files Browse the repository at this point in the history
  • Loading branch information
smaitch committed Feb 16, 2020
1 parent cc36ac1 commit 0fa65b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Grail/Grail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4144,8 +4144,8 @@ if self.GDE.debug then print("GARRISON_BUILDING_UPDATE ", buildingId) end
retval = true
end
elseif 'A' == holidayCode and self.existsClassic then
-- Love is in the Air 2/8 -> 2/21
if 2020 == year and 2 == month and day >= 8 and day <= 21 then
-- Love is in the Air 2/11 -> 2/16
if 2020 == year and 2 == month and day >= 11 and day <= 16 then
retval = true
end
elseif 'N' == holidayCode and self.existsClassic then
Expand Down

0 comments on commit 0fa65b6

Please sign in to comment.