git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5906 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
Lance 2006-04-05 14:06:59 +00:00
parent 8a7018deb0
commit 835bc44c64

View File

@ -66,7 +66,7 @@ OnInit:
debugmes "[Hall of Fame] Last Update is Year " + $@HoF_TimeUpdateY + " Month " + $@HoF_TimeUpdateM + " Day " + $@HoF_TimeUpdateD;
debugmes "[Hall of Fame] Today is Year " + $@TimeNowY + " Month " + $@TimeNowM + " Day " + $@TimeNowD;
if(($@TimeNowD - $@HoF_TimeUpdateD) < 0){
set $@TimeNowD, $@TimeNowD + $@MonthDayThing[@TimeNowM];
set $@TimeNowD, $@TimeNowD + $@MonthDayThing[$@TimeNowM];
set $@TimeNowM, $@TimeNowM - 1;
}
set $@GapD, $@TimeNowD - $@HoF_TimeUpdateD;