[11786] Enable additional db achievement requirements for criterias of type 41

* Enable 'achievement_criteria_requirement' support for achievement criterias of type 41 (ACHIEVEMENT_CRITERIA_TYPE_USE_ITEM)
* Drop unneeded check for max type (this is done in default case in switch)

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Schmoozerd 2011-09-04 23:41:05 +02:00
parent d1e7f793ab
commit 49a504141a
3 changed files with 14 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11785"
#define REVISION_NR "11786"
#endif // __REVISION_NR_H__