[8004] Implement table data use support for more achievement types requirements.

* ACHIEVEMENT_CRITERIA_TYPE_COMPLETE_QUEST (hardcoded list)
* ACHIEVEMENT_CRITERIA_TYPE_FALL_WITHOUT_DYING
* ACHIEVEMENT_CRITERIA_TYPE_CAST_SPELL

Note: required DB support.
This commit is contained in:
VladimirMangos 2009-06-14 00:05:44 +04:00
parent f6029831e3
commit 6bb19548a9
2 changed files with 66 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8003"
#define REVISION_NR "8004"
#endif // __REVISION_NR_H__