[7343] Fixed uninitilized lock fields for grid info.

This must fix problem with unexpected lock grids data in memory
with enabled grid unloading config setting.
This commit is contained in:
VladimirMangos 2009-02-26 08:51:42 +03:00
parent 4a46cb843d
commit 3dd6b69adb
2 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 "7342"
#define REVISION_NR "7343"
#endif // __REVISION_NR_H__