[10435] Fix recently added uint64 use for query in char deleted commands.

In mangos DB we store full guids only in *_aura tables for caster.
This commit is contained in:
VladimirMangos 2010-09-03 03:15:03 +04:00
parent 355336f812
commit ef46d2bd6f
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 "10434"
#define REVISION_NR "10435"
#endif // __REVISION_NR_H__