[7084] Fix 2.4.3->3.0.3 item conversion for gem sockets problems.

This is avoid problem only for not converted items at conversion.
Fix can't be applied to already converted DB. Near to impossible sort items
in already converted DB to converted (and required fix) and newly created (and corrupted by fix).

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NoFantasy 2009-01-14 12:57:57 +03:00 committed by VladimirMangos
parent 950df723d7
commit f876d66d74
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7083"
#define REVISION_NR "7084"
#endif // __REVISION_NR_H__