[10380] Finaly drop MAKE_NEW_GUID.

This meaning that ObjectGuid only proper way create guid from lowguid now.
But packet handlers still generate uint64 guids. Some DB fields also loaded uint64 values.

Also possible existed not catches et uint32->uint64 assigns.
This commit is contained in:
VladimirMangos 2010-08-19 12:42:01 +04:00
parent 5fd06abf44
commit 22b515718f
6 changed files with 9 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10379"
#define REVISION_NR "10380"
#endif // __REVISION_NR_H__