[8699] Fix instance bound difficulty selection.

This must fix crashes at enter to heroic mode instances and raids showup after client switch.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

I can't repeat crashes with existed raids after changes apply but possible in some cases
need drop content of related DB table for resolve some crashes.
This commit is contained in:
laise 2009-10-21 22:46:40 +04:00 committed by VladimirMangos
parent 97c94cff56
commit 211b50ce63
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8698"
#define REVISION_NR "8699"
#endif // __REVISION_NR_H__