[7040] Move achievment rewards dat to new DB table. Implement sending item rewards by mail.

Support localization string fields for new table.
Move achievments related code and data from ObjectMgr to new AcievmentGlobalMgr.
This commit is contained in:
VladimirMangos 2009-01-06 16:18:06 +03:00
parent 7bae367084
commit dc19fc4ca3
9 changed files with 455 additions and 167 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7039"
#define REVISION_NR "7040"
#endif // __REVISION_NR_H__