[10094] Extract instance reset scheduler from InstanceSaveMgr

Reset scheduler code not need explicit access to instance saves,
and no reson mix it with instance save managment code in single class
This commit is contained in:
VladimirMangos 2010-06-22 04:35:07 +04:00
parent 79f70e9a81
commit e88a718c5d
5 changed files with 296 additions and 241 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10093"
#define REVISION_NR "10094"
#endif // __REVISION_NR_H__