Updated to client 3.2.0.10026, not tested.

This commit is contained in:
tomrus88 2009-06-24 10:23:02 +04:00
parent 517697768a
commit 7df6372458
11 changed files with 148 additions and 85 deletions

View file

@ -4396,7 +4396,7 @@ void ObjectMgr::LoadInstanceTemplate()
if(temp->reset_delay == 0)
{
// use defaults from the DBC
if(entry->resetTimeHeroic) // for both raid and non raids, read above
/*if(entry->resetTimeHeroic) // for both raid and non raids, read above
{
temp->reset_delay = entry->resetTimeHeroic / DAY;
}
@ -4404,7 +4404,7 @@ void ObjectMgr::LoadInstanceTemplate()
// for normal raid only
{
temp->reset_delay = entry->resetTimeRaid / DAY;
}
}*/
}
// the reset_delay must be at least one day