[10026] PDump code fixes and cleanups

* At pdump creating will propertly saved NULL field values.
* At pdump loading will skipped adding `character_declinedname`
  if name in some way will be changed (explicly or at loading)
This commit is contained in:
VladimirMangos 2010-06-03 17:01:28 +04:00
parent e431ab55cc
commit cf5c1c45d6
3 changed files with 83 additions and 50 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10025"
#define REVISION_NR "10026"
#endif // __REVISION_NR_H__