[8097] Updated comment based on research.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-29 20:23:47 +02:00
parent 7d79f8168a
commit c24e041794
2 changed files with 4 additions and 2 deletions

View file

@ -487,7 +487,9 @@ struct AchievementCriteriaEntry
//uint32 name_flags; // 25
uint32 completionFlag; // 26
uint32 groupFlag; // 27
//uint32 unk1; // 28
//uint32 unk1; // 28 Alway appears with timed events
// for timed spells it is spell id for
// timed kills it is creature id
uint32 timeLimit; // 29 time limit in seconds
//uint32 showOrder; // 30 show order
};

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8096"
#define REVISION_NR "8097"
#endif // __REVISION_NR_H__