From 4c1423fc381cafd01f443d77dc70efcde685132c Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 15 Oct 2006 19:01:40 +0000 Subject: [PATCH] (svn r6781) - Fix (r5926): Some house introduction dates were incorrectly adjusted in the move to 32bit dates. --- table/town_land.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/table/town_land.h b/table/town_land.h index da158304c9..0a634aa44d 100644 --- a/table/town_land.h +++ b/table/town_land.h @@ -2048,8 +2048,8 @@ static const HousetypeYear _housetype_years[] = { { 0, MAX_YEAR }, { 0, 1951 }, { 0, 1952 }, - { 1941, MAX_YEAR }, - { 1945, MAX_YEAR }, + { 1931, MAX_YEAR }, + { 1935, MAX_YEAR }, { 1963, MAX_YEAR }, { 0, 1955 }, { 1973, MAX_YEAR }, @@ -2058,7 +2058,7 @@ static const HousetypeYear _housetype_years[] = { { 1958, MAX_YEAR }, { 1958, MAX_YEAR }, { 1958, MAX_YEAR }, - { 1950, MAX_YEAR }, + { 2000, MAX_YEAR }, { 0, 1960 }, { 0, 1960 }, { 1945, MAX_YEAR },