[10198] Partly revert old changes in load instance reset time.

* Its has been added for raid/heroic instances in time adding
  support MapDifficulty.dbc. Its wrongly assign reset events
  for each instance instaed use generic event for map/difficulty pair.
  In result at this event triggering instance can be attempt resetted
  multiply time.
* Also comment this in InstanceResetEvent fields notes
This commit is contained in:
VladimirMangos 2010-07-16 01:02:16 +04:00
parent f8efc2b5b3
commit 2284df7868
3 changed files with 9 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10197"
#define REVISION_NR "10198"
#endif // __REVISION_NR_H__