View Single Post
  #5  
Old 10-23-2008, 09:08 PM
Rocker8956
Hill Giant
 
Join Date: Sep 2007
Posts: 117
Default

If you replace the following functions with the code out of the SVN you should be good. I am fairly certain the two changes were made in these functions. I recall one of them dealing with the return value.

Zone\zonedb.cpp
int ZoneDatabase::getZoneShutDownDelay(int32 zoneID)

and

zone\zone.cpp
void Zone::StartShutdownTimer(int32 set_time)

If I get time I will try to pull them and repost here.
Reply With Quote