mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Updated to client 3.2.0.10026, not tested.
This commit is contained in:
parent
517697768a
commit
7df6372458
11 changed files with 148 additions and 85 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue